Searched refs:isl_basic_map_overlying_set (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_map_private.h320 __isl_give isl_basic_map *isl_basic_map_overlying_set(
H A Disl_affine_hull.c1239 hull = isl_basic_map_overlying_set(bset, model);
H A Disl_map_simplify.c2161 bmap = isl_basic_map_overlying_set(bset, bmap);
3307 return isl_basic_map_overlying_set(bset, bmap);
3317 eq_bmap = isl_basic_map_overlying_set(eq, isl_basic_map_copy(bmap));
3320 bmap = isl_basic_map_overlying_set(bset, bmap);
H A Disl_sample.c1259 return isl_basic_map_overlying_set(bset, bmap);
H A Disl_convex_hull.c1961 convex_hull = isl_basic_map_overlying_set(bset, model);
2453 hull = isl_basic_map_overlying_set(bset, model);
2986 hull = isl_basic_map_overlying_set(hull, model);
H A Disl_map.c5731 __isl_give isl_basic_map *isl_basic_map_overlying_set( function
5802 return bset_from_bmap(isl_basic_map_overlying_set(bset,

Completed in 340 milliseconds