Searched refs:isWrappedSet (Results 1 – 9 of 9) sorted by relevance
242 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange271 if (isFullSet() || isWrappedSet()) in getUnsignedMax()280 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()290 if (!isWrappedSet()) { in getSignedMax()305 if (!isWrappedSet()) { in getSignedMin()323 if (!isWrappedSet()) in contains()336 if (!isWrappedSet()) { in contains()337 if (Other.isWrappedSet()) in contains()343 if (!Other.isWrappedSet()) in contains()379 if (!isWrappedSet() && CR.isWrappedSet()) in intersectWith()[all …]
146 bool isWrappedSet() const;
313 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange372 if (isFullSet() || isWrappedSet()) in getUnsignedMin()447 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()449 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()1262 if (isWrappedSet()) in binaryNot()
38 EXPECT_FALSE(Full.isWrappedSet()); in TEST_F()48 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()57 EXPECT_FALSE(One.isWrappedSet()); in TEST_F()67 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()76 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F()
199 EXPECT_FALSE(Full.isWrappedSet()); in TEST_F()209 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()218 EXPECT_FALSE(One.isWrappedSet()); in TEST_F()228 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()237 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F()343 EXPECT_FALSE(CR1.isWrappedSet()); in TEST_F()580 bool Variant1Full = Variant1.isFullSet() || Variant1.isWrappedSet(); in testBinarySetOperationExhaustive()581 bool Variant2Full = Variant2.isFullSet() || Variant2.isWrappedSet(); in testBinarySetOperationExhaustive()804 if (CR1.isWrappedSet() || CR2.isWrappedSet()) in TestAddWithNoUnsignedWrapExhaustive()839 if (CR1.isWrappedSet() || CR2.isWrappedSet() || in TestAddWithNoSignedUnsignedWrapExhaustive()
312 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange371 if (isFullSet() || isWrappedSet()) in getUnsignedMin()431 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()433 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()
186 bool isWrappedSet() const;
178 bool isWrappedSet() const;
6045 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()