HomeSort by: relevance | last modified time | path
    Searched refs:isl_union_set_from_basic_set (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
union_set.h 15 __isl_give isl_union_set *isl_union_set_from_basic_set(
cpp-checked.h 20041 auto res = isl_union_set_from_basic_set(bset.release());
cpp.h 28884 auto res = isl_union_set_from_basic_set(bset.release());
  /src/external/mit/isl/dist/
isl_union_map.c 597 __isl_give isl_union_set *isl_union_set_from_basic_set( function
isl_ast_codegen.c 1825 uset = isl_union_set_from_basic_set(isl_basic_set_copy(bounds));
  /src/external/mit/isl/dist/interface/
isl.py 10807 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]

Completed in 72 milliseconds