Home
last modified time | relevance | path

Searched refs:isl_union_set_from_basic_set (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dunion_set.h15 __isl_give isl_union_set *isl_union_set_from_basic_set(
H A Dcpp-checked.h20041 auto res = isl_union_set_from_basic_set(bset.release()); in union_set()
H A Dcpp.h28884 auto res = isl_union_set_from_basic_set(bset.release()); in union_set()
/netbsd-src/external/mit/isl/dist/
H A Disl_union_map.c597 __isl_give isl_union_set *isl_union_set_from_basic_set( in isl_union_set_from_basic_set() function
H A Disl_ast_codegen.c1825 uset = isl_union_set_from_basic_set(isl_basic_set_copy(bounds)); in add_node()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py10807 self.ptr = isl.isl_union_set_from_basic_set(isl.isl_basic_set_copy(args[0].ptr))
11345 isl.isl_union_set_from_basic_set.restype = c_void_p
11346 isl.isl_union_set_from_basic_set.argtypes = [c_void_p]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod2175 __isl_give isl_union_set *isl_union_set_from_basic_set(