reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
840 def_map = isl_map_from_pw_aff(def); 841 def_map = isl_map_equate(def_map, type, pos, isl_dim_out, 0); 841 def_map = isl_map_equate(def_map, type, pos, isl_dim_out, 0); 842 def_map = isl_set_unwrap(isl_map_domain(def_map)); 842 def_map = isl_set_unwrap(isl_map_domain(def_map)); 844 map = isl_map_intersect(map, def_map);