Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerRelationTest.cpp121 map1.applyDomain(map2); in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h567 void applyDomain(const IntegerRelation &rel);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2229 void IntegerRelation::applyDomain(const IntegerRelation &rel) { in applyDomain() function in IntegerRelation