Searched refs:hasOnlyDivLocals (Results 1 – 5 of 5) sorted by relevance
140 if (hasOnlyDivLocals()) in computeReprWithOnlyDivLocals()188 if (!s.hasOnlyDivLocals()) in getSetDifference()815 bool PresburgerRelation::hasOnlyDivLocals() const { in hasOnlyDivLocals() function in PresburgerRelation817 return rel.hasOnlyDivLocals(); in hasOnlyDivLocals()
1196 bool IntegerRelation::hasOnlyDivLocals() const { in hasOnlyDivLocals() function in IntegerRelation
129 bool hasOnlyDivLocals() const;
515 bool hasOnlyDivLocals() const;
844 EXPECT_TRUE(repr.hasOnlyDivLocals()); in testComputeReprAtPoints()857 EXPECT_TRUE(repr.hasOnlyDivLocals()); in testComputeRepr()