Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp819 PresburgerRelation repr = poly.computeReprWithOnlyDivLocals(); in testComputeReprAtPoints()
832 PresburgerRelation repr = poly.computeReprWithOnlyDivLocals(); in testComputeRepr()
838 TEST(SetTest, computeReprWithOnlyDivLocals) { in TEST() argument
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPresburgerRelation.h214 PresburgerRelation computeReprWithOnlyDivLocals() const;
H A DIntegerRelation.h712 PresburgerRelation computeReprWithOnlyDivLocals() const;
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp302 PresburgerRelation PresburgerRelation::computeReprWithOnlyDivLocals() const { in computeReprWithOnlyDivLocals() function in PresburgerRelation
309 result.unionInPlace(disjunct.computeReprWithOnlyDivLocals()); in computeReprWithOnlyDivLocals()
352 return getSetDifference(b, s.computeReprWithOnlyDivLocals()); in getSetDifference()
H A DIntegerRelation.cpp223 PresburgerRelation IntegerRelation::computeReprWithOnlyDivLocals() const { in computeReprWithOnlyDivLocals()
220 PresburgerRelation IntegerRelation::computeReprWithOnlyDivLocals() const { computeReprWithOnlyDivLocals() function in IntegerRelation