Searched refs:intersect_range_factor_range (Results 1 – 3 of 3) sorted by relevance
1499 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() function7917 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() function7922 return isl::checked::map(*this).intersect_range_factor_range(factor); in intersect_range_factor_range()[all …]
1565 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() function9269 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() function9276 return isl::map(*this).intersect_range_factor_range(factor); in intersect_range_factor_range()[all …]
8331 def intersect_range_factor_range(arg0, arg1): member in union_map9589 def intersect_range_factor_range(arg0, arg1): member in map9599 return union_map(arg0).intersect_range_factor_range(arg1)