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

/haiku-buildtools/isl/
H A Disl_map_private.h149 struct isl_map *isl_map_grow(struct isl_map *map, int n);
H A Disl_tab_pip.c669 sol->map = isl_map_grow(sol->map, 1);
H A Disl_map.c2525 struct isl_map *isl_map_grow(struct isl_map *map, int n) function
2556 return (struct isl_set *)isl_map_grow((struct isl_map *)set, n);

Completed in 64 milliseconds