Home
last modified time | relevance | path

Searched refs:isl_union_map_subtract_range (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Dcodegen.c97 opt = isl_union_map_subtract_range(opt, target); in set_options()
99 opt = isl_union_map_subtract_range(opt, target); in set_options()
Disl_union_map.c1379 __isl_give isl_union_map *isl_union_map_subtract_range( in isl_union_map_subtract_range() function
Disl_schedule_node.c3075 expansion = isl_union_map_subtract_range(expansion, in group_expansion()
Disl_scheduler.c5103 inter = isl_union_map_subtract_range(inter, in exploit_inter_lineality()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dunion_map.h178 __isl_give isl_union_map *isl_union_map_subtract_range(
Dcpp-checked.h11616 auto res = isl_union_map_subtract_range(copy(), dom.release()); in subtract_range()
Disl-noexceptions.h16986 auto res = isl_union_map_subtract_range(copy(), dom.release()); in subtract_range()
Dcpp.h16609 auto res = isl_union_map_subtract_range(copy(), dom.release()); in subtract_range()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py7001 …res = isl.isl_union_map_subtract_range(isl.isl_union_map_copy(arg0.ptr), isl.isl_union_set_copy(ar…
7193 isl.isl_union_map_subtract_range.restype = c_void_p
7194 isl.isl_union_map_subtract_range.argtypes = [c_void_p, c_void_p]
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod7277 __isl_give isl_union_map *isl_union_map_subtract_range(