Searched defs:intersectRange (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Analysis/Presburger/ | ||
H A D | PresburgerRelation.cpp | 171 PresburgerRelation::intersectRange(const PresburgerSet &set) const { in intersectRange() function in PresburgerRelation |
H A D | IntegerRelation.cpp | 2448 void IntegerRelation::intersectRange(const IntegerPolyhedron &poly) { intersectRange() function in IntegerRelation |
/llvm-project/polly/lib/Support/ | ||
H A D | ISLTools.cpp | 535 isl::map polly::intersectRange(isl::map Map, isl::union_set Range) { in intersectRange() function in polly |