Searched refs:isl_map_compatible_domain (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Disl_map_private.h134 int isl_map_compatible_domain(struct isl_map *map, struct isl_set *set);
H A Disl_map_subtract.c561 if (!isl_map_compatible_domain(map, dom))
H A Disl_map.c183 int isl_map_compatible_domain(struct isl_map *map, struct isl_set *set) function
7212 if (!isl_map_compatible_domain(map, set))
8210 isl_assert(set->ctx, isl_map_compatible_domain(map, set), goto error);

Completed in 66 milliseconds