Searched refs:subtract_range (Results 1 – 1 of 1) sorted by relevance
1610 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() function8790 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() function11721 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