Home
last modified time | relevance | path

Searched refs:intersectRange (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerRelationTest.cpp91 copyRel.intersectRange(poly); in TEST()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DISLTools.h501 isl::map intersectRange(isl::map Map, isl::union_set Range);
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h541 void intersectRange(const IntegerPolyhedron &poly);
/llvm-project-15.0.7/polly/lib/Transform/
H A DZoneAlgo.cpp397 auto AccRel = intersectRange(getAccessRelationFor(MA), CompatibleElts); in addArrayReadAccess()
453 isl::map AccRel = intersectRange(getAccessRelationFor(MA), CompatibleElts); in addArrayWriteAccess()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2183 void IntegerRelation::intersectRange(const IntegerPolyhedron &poly) { in intersectRange() function in IntegerRelation
2223 intersectRange(IntegerPolyhedron(copyRel)); in compose()
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp523 isl::map polly::intersectRange(isl::map Map, isl::union_set Range) { in intersectRange() function in polly