Home
last modified time | relevance | path

Searched refs:isl_map_underlying_set (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_convex_hull.c1947 set = isl_map_underlying_set(map); in isl_map_convex_hull()
2449 set = isl_map_underlying_set(map); in map_simple_hull()
2982 set = isl_map_underlying_set(map); in map_unshifted_simple_hull_from_basic_map_list()
H A Disl_map_private.h319 __isl_give isl_set *isl_map_underlying_set(__isl_take isl_map *map);
H A Disl_affine_hull.c1229 set = isl_map_underlying_set(map); in isl_map_affine_hull()
H A Disl_map.c5806 __isl_give isl_set *isl_map_underlying_set(__isl_take isl_map *map) in isl_map_underlying_set() function