Searched refs:computeReprWithOnlyDivLocals (Results 1 – 5 of 5) sorted by relevance
135 PresburgerRelation computeReprWithOnlyDivLocals() const;
579 PresburgerRelation computeReprWithOnlyDivLocals() const;
843 PresburgerRelation repr = poly.computeReprWithOnlyDivLocals(); in testComputeReprAtPoints()856 PresburgerRelation repr = poly.computeReprWithOnlyDivLocals(); in testComputeRepr()862 TEST(SetTest, computeReprWithOnlyDivLocals) { in TEST() argument
139 PresburgerRelation PresburgerRelation::computeReprWithOnlyDivLocals() const { in computeReprWithOnlyDivLocals() function in PresburgerRelation146 result.unionInPlace(disjunct.computeReprWithOnlyDivLocals()); in computeReprWithOnlyDivLocals()189 return getSetDifference(b, s.computeReprWithOnlyDivLocals()); in getSetDifference()
168 PresburgerRelation IntegerRelation::computeReprWithOnlyDivLocals() const { in computeReprWithOnlyDivLocals() function in IntegerRelation