Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h1499 inline isl::checked::map intersect_range_factor_range(const isl::checked::map &factor) const;
1500 …inline isl::checked::union_map intersect_range_factor_range(const isl::checked::union_map &factor)…
2013 inline isl::checked::map intersect_range_factor_range(isl::checked::map factor) const;
2014 …inline isl::checked::union_map intersect_range_factor_range(const isl::checked::union_map &factor)…
2015 …inline isl::checked::map intersect_range_factor_range(const isl::checked::basic_map &factor) const;
4002 inline isl::checked::union_map intersect_range_factor_range(isl::checked::union_map factor) const;
7915 isl::checked::map basic_map::intersect_range_factor_range(const isl::checked::map &factor) const in intersect_range_factor_range() function
7917 return isl::checked::map(*this).intersect_range_factor_range(factor); in intersect_range_factor_range()
7920 isl::checked::union_map basic_map::intersect_range_factor_range(const isl::checked::union_map &fact… in intersect_range_factor_range() function
7922 return isl::checked::map(*this).intersect_range_factor_range(factor); in intersect_range_factor_range()
[all …]
H A Dcpp.h1565 inline isl::map intersect_range_factor_range(const isl::map &factor) const;
1566 inline isl::union_map intersect_range_factor_range(const isl::union_map &factor) const;
2079 inline isl::map intersect_range_factor_range(isl::map factor) const;
2080 inline isl::union_map intersect_range_factor_range(const isl::union_map &factor) const;
2081 inline isl::map intersect_range_factor_range(const isl::basic_map &factor) const;
4068 inline isl::union_map intersect_range_factor_range(isl::union_map factor) const;
9265 isl::map basic_map::intersect_range_factor_range(const isl::map &factor) const in intersect_range_factor_range() function
9269 return isl::map(*this).intersect_range_factor_range(factor); in intersect_range_factor_range()
9272 isl::union_map basic_map::intersect_range_factor_range(const isl::union_map &factor) const in intersect_range_factor_range() function
9276 return isl::map(*this).intersect_range_factor_range(factor); in intersect_range_factor_range()
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py8331 def intersect_range_factor_range(arg0, arg1): member in union_map
9589 def intersect_range_factor_range(arg0, arg1): member in map
9599 return union_map(arg0).intersect_range_factor_range(arg1)