Searched refs:extract_set (Results 1 – 4 of 4) sorted by relevance
536 isl::set RangeSet = Range.extract_set(Map.get_space().range()); in intersectRange()
1722 inline isl::set extract_set(const isl::space &space) const;2896 inline isl::set extract_set(const isl::space &space) const;3935 inline isl::set extract_set(const isl::space &space) const;4641 inline isl::set extract_set(isl::space space) const;9237 isl::set basic_set::extract_set(const isl::space &space) const in extract_set() function9239 return isl::set(*this).extract_set(space); in extract_set()14447 isl::set point::extract_set(const isl::space &space) const in extract_set() function14449 return isl::basic_set(*this).extract_set(space); in extract_set()18699 isl::set set::extract_set(const isl::space &space) const in extract_set() function18701 return isl::union_set(*this).extract_set(space); in extract_set()[all …]
266 WriteSet = WriteSet.extract_set(Space); in isReadOnly()
2206 isl::set Elements = Accessed.extract_set(Space); in foldSizeConstantsToRight()