Home
last modified time | relevance | path

Searched refs:getLocalReprs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DUtils.cpp280 DivisionRepr divsA = relA.getLocalReprs(); in mergeLocalVars()
281 DivisionRepr divsB = relB.getLocalReprs(); in mergeLocalVars()
H A DIntegerRelation.cpp179 copy.getLocalReprs(&reprs); in computeReprWithOnlyDivLocals()
916 IntegerRelation::getLocalReprs(std::vector<MaybeLocalRepr> *repr) const { in getLocalReprs() function in IntegerRelation
1197 return getLocalReprs().hasAllReprs(); in hasOnlyDivLocals()
1201 DivisionRepr divs = getLocalReprs(); in removeDuplicateDivs()
H A DPresburgerRelation.cpp257 DivisionRepr divs = sI.getLocalReprs(&repr); in getSetDifference()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h364 DivisionRepr getLocalReprs(std::vector<MaybeLocalRepr> *repr = nullptr) const;
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp612 DivisionRepr divs = poly.getLocalReprs(); in checkDivisionRepresentation()