reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10366 if (!map) 10368 if (!isl_space_range_is_wrapping(map->dim)) 10369 isl_die(isl_map_get_ctx(map), isl_error_invalid, 10370 "range is not a product", return isl_map_free(map)); 10372 space = isl_map_get_space(map); 10376 map = isl_map_project_out(map, isl_dim_out, keep, total - keep); 10376 map = isl_map_project_out(map, isl_dim_out, keep, total - keep); 10377 map = isl_map_reset_space(map, space); 10377 map = isl_map_reset_space(map, space); 10379 return map;