Searched refs:isWrappedSet (Results 1 – 11 of 11) sorted by relevance
131 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange162 if (isFullSet() || isWrappedSet()) in getUnsignedMax()172 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()183 if (!isWrappedSet()) { in getSignedMax()201 if (!isWrappedSet()) { in getSignedMin()224 if (!isWrappedSet()) in contains()238 if (!isWrappedSet()) { in contains()239 if (Other.isWrappedSet()) in contains()245 if (!Other.isWrappedSet()) in contains()275 if (!isWrappedSet() && CR.isWrappedSet()) in intersectWith()[all …]
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 …]
327 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange366 if (isFullSet() || isWrappedSet()) in getUnsignedMax()372 if (isFullSet() || (isWrappedSet() && !getUpper().isNullValue())) in getUnsignedMin()393 if (!isWrappedSet()) in contains()402 if (!isWrappedSet()) { in contains()403 if (Other.isWrappedSet()) in contains()409 if (!Other.isWrappedSet()) in contains()436 if (!isWrappedSet() && CR.isWrappedSet()) in intersectWith()439 if (!isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()458 if (isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()[all …]
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()
93 bool isWrappedSet() const;
146 bool isWrappedSet() const;
143 bool isWrappedSet() const;
378 Span.isWrappedSet()) in GatherConstantCompares()
7917 if (CR.isFullSet() || CR.isEmptySet() || CR.isWrappedSet()) in lowerRangeToAssertZExt()