Searched refs:every_map (Results 1 – 1 of 1) sorted by relevance
1487 inline boolean every_map(const std::function<boolean(isl::map)> &test) const;2151 inline boolean every_map(const std::function<boolean(isl::map)> &test) const;4324 inline boolean every_map(const std::function<boolean(isl::map)> &test) const;8154 boolean basic_map::every_map(const std::function<boolean(isl::map)> &test) const in every_map() function8156 return isl::map(*this).every_map(test); in every_map()10894 boolean map::every_map(const std::function<boolean(isl::map)> &test) const in every_map() function10896 return isl::union_map(*this).every_map(test); in every_map()20512 boolean union_map::every_map(const std::function<boolean(isl::map)> &test) const in every_map() function