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

/haiku-buildtools/isl/
H A Disl_ast_build.c1664 build->domain = isl_set_product(build->domain, isl_set_copy(set));
1665 build->pending = isl_set_product(build->pending, isl_set_copy(set));
1666 build->generated = isl_set_product(build->generated, set);
H A Disl_union_map.c1301 set2 = isl_set_product(isl_set_copy(data->map), isl_set_copy(set2));
H A Disl_test.c3225 set = isl_set_product(set, isl_set_copy(set));
H A Disl_aff.c3575 domain = isl_set_product(isl_set_copy(pma1->p[i].set),
H A Disl_map.c9332 struct isl_set *isl_set_product(struct isl_set *set1, struct isl_set *set2) function
/haiku-buildtools/isl/include/isl/
H A Dset.h296 __isl_give isl_set *isl_set_product(__isl_take isl_set *set1,

Completed in 105 milliseconds