Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerRelationTest.cpp77 copyRel.intersectDomain(poly); in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h535 void intersectDomain(const IntegerPolyhedron &poly);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2167 void IntegerRelation::intersectDomain(const IntegerPolyhedron &poly) { in intersectDomain() function in IntegerRelation