Home
last modified time | relevance | path

Searched refs:applyRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerRelationTest.cpp104 map1.applyRange(map2); in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h573 void applyRange(const IntegerRelation &rel);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2235 void IntegerRelation::applyRange(const IntegerRelation &rel) { compose(rel); } in applyRange() function in IntegerRelation