Searched refs:isl_union_set_from_basic_set (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/isl/include/isl/
H A Dunion_set.h12 __isl_give isl_union_set *isl_union_set_from_basic_set(
/haiku-buildtools/isl/interface/
H A Disl.py1091 self.ptr = isl.isl_union_set_from_basic_set(isl.isl_basic_set_copy(args[0].ptr))
1314 isl.isl_union_set_from_basic_set.restype = c_void_p
1315 isl.isl_union_set_from_basic_set.argtypes = [c_void_p]
/haiku-buildtools/isl/
H A Disl_ast_codegen.c1627 uset = isl_union_set_from_basic_set(isl_basic_set_copy(bounds));
H A Disl_union_map.c354 __isl_give isl_union_set *isl_union_set_from_basic_set( function

Completed in 62 milliseconds