Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1610 inline isl::union_map subtract_range(const isl::union_set &dom) const;
2297 inline isl::union_map subtract_range(const isl::union_set &dom) const;
4386 inline isl::union_map subtract_range(isl::union_set dom) const;
8788 isl::union_map basic_map::subtract_range(const isl::union_set &dom) const in subtract_range() function
8790 return isl::map(*this).subtract_range(dom); in subtract_range()
11719 isl::union_map map::subtract_range(const isl::union_set &dom) const in subtract_range() function
11721 return isl::union_map(*this).subtract_range(dom); in subtract_range()
20897 isl::union_map union_map::subtract_range(isl::union_set dom) const in subtract_range() function