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

References

tools/polly/lib/External/isl/isl_map.c
12897 		space = isl_space_range(space);
12897 		space = isl_space_range(space);
12898 		space = isl_space_map_from_domain_and_range(set, space);
12898 		space = isl_space_map_from_domain_and_range(set, space);
12900 		space = isl_space_domain(space);
12900 		space = isl_space_domain(space);
12901 		space = isl_space_map_from_domain_and_range(space, set);
12901 		space = isl_space_map_from_domain_and_range(space, set);
12904 	return space;