Searched refs:isWrappedSet (Results 1 – 4 of 4) sorted by relevance
143 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange172 if (isFullSet() || isWrappedSet()) in getUnsignedMax()181 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()191 if (!isWrappedSet()) { in getSignedMax()206 if (!isWrappedSet()) { in getSignedMin()224 if (!isWrappedSet()) in contains()237 if (!isWrappedSet()) { in contains()238 if (Other.isWrappedSet()) in contains()244 if (!Other.isWrappedSet()) in contains()280 if (!isWrappedSet() && CR.isWrappedSet()) in intersectWith()[all …]
37 EXPECT_FALSE(Full.isWrappedSet()); in TEST_F()47 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()56 EXPECT_FALSE(One.isWrappedSet()); in TEST_F()66 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()75 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F()
109 bool isWrappedSet() const;
346 if (Range.isWrappedSet()) in computeKnownBitsFromRangeMetadata()