Home
last modified time | relevance | path

Searched refs:isl_set_product (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_ast_build.c1866 build->domain = isl_set_product(build->domain, isl_set_copy(set)); in isl_ast_build_product()
1867 build->pending = isl_set_product(build->pending, isl_set_copy(set)); in isl_ast_build_product()
1868 build->generated = isl_set_product(build->generated, set); in isl_ast_build_product()
Disl_union_map.c1671 set2 = isl_set_product(isl_set_copy(data->map), isl_set_copy(set2)); in set_product_entry()
Disl_test.c7635 set = isl_set_product(set, isl_set_copy(set)); in test_product()
Disl_aff.c4569 domain = isl_set_product(isl_set_copy(pma1->p[i].set), in isl_pw_multi_aff_product()
Disl_map.c10783 __isl_give isl_set *isl_set_product(__isl_take isl_set *set1, in isl_set_product() function
/external/llvm-project/polly/lib/External/isl/include/isl/
Dset.h313 __isl_give isl_set *isl_set_product(__isl_take isl_set *set1,
Dcpp-checked.h10612 auto res = isl_set_product(copy(), set2.release()); in product()
Disl-noexceptions.h15175 auto res = isl_set_product(copy(), set2.release()); in product()
Dcpp.h14847 auto res = isl_set_product(copy(), set2.release()); in product()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py9629 res = isl.isl_set_product(isl.isl_set_copy(arg0.ptr), isl.isl_set_copy(arg1.ptr))
9870 isl.isl_set_product.restype = c_void_p
9871 isl.isl_set_product.argtypes = [c_void_p, c_void_p]
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod7801 __isl_give isl_set *isl_set_product(