reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_map.c
10293 	if (!map)
10295 	if (!isl_space_domain_is_wrapping(map->dim) ||
10296 	    !isl_space_range_is_wrapping(map->dim))
10297 		isl_die(isl_map_get_ctx(map), isl_error_invalid,
10298 			"not a product", return isl_map_free(map));
10300 	space = isl_map_get_space(map);
10306 	map = isl_map_project_out(map, isl_dim_in, 0, total1 - keep1);
10306 	map = isl_map_project_out(map, isl_dim_in, 0, total1 - keep1);
10307 	map = isl_map_project_out(map, isl_dim_out, 0, total2 - keep2);
10307 	map = isl_map_project_out(map, isl_dim_out, 0, total2 - keep2);
10308 	map = isl_map_reset_space(map, space);
10308 	map = isl_map_reset_space(map, space);
10310 	return map;