Home
last modified time | relevance | path

Searched refs:subtract_range (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h1403 inline map subtract_range(set dom) const;
3161 inline union_map subtract_range(union_set dom) const;
8990 map map::subtract_range(set dom) const in subtract_range() function
16984 union_map union_map::subtract_range(union_set dom) const in subtract_range() function
Dcpp-checked.h2816 inline isl::checked::union_map subtract_range(isl::checked::union_set dom) const;
11614 isl::checked::union_map union_map::subtract_range(isl::checked::union_set dom) const in subtract_range() function
Dcpp.h2881 inline isl::union_map subtract_range(isl::union_set dom) const;
16603 isl::union_map union_map::subtract_range(isl::union_set dom) const in subtract_range() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py6989 def subtract_range(arg0, arg1): member in union_map