Searched refs:isWrappedSet (Results 1 – 5 of 5) sorted by relevance
374 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange432 if (isFullSet() || isWrappedSet()) in getUnsignedMin()507 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()509 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()1181 if (isWrappedSet() || Other.isWrappedSet()) in umax()1209 if (isWrappedSet() || Other.isWrappedSet()) in umin()
81 if (CR1.isWrappedSet() != CR2.isWrappedSet()) in PreferSmallestUnsigned()82 return CR1.isWrappedSet() < CR2.isWrappedSet(); in PreferSmallestUnsigned()211 return !CR1.isWrappedSet() && !CR2.isWrappedSet(); in CheckNonWrappedOnly()221 return !CR1.isWrappedSet() && !CR1.isSignWrappedSet() && in CheckNonWrappedOrSignWrappedOnly()222 !CR2.isWrappedSet() && !CR2.isSignWrappedSet(); in CheckNonWrappedOrSignWrappedOnly()255 EXPECT_FALSE(Full.isWrappedSet()); in TEST_F()265 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()274 EXPECT_FALSE(One.isWrappedSet()); in TEST_F()284 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()293 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F()[all …]
217 bool isWrappedSet() const;
1179 if (!(ICmp1->hasOneUse() && ICmp2->hasOneUse()) || CR1.isWrappedSet() || in foldAndOrOfICmpsUsingRanges()1180 CR2.isWrappedSet()) in foldAndOrOfICmpsUsingRanges()
6824 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()14603 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in applyLoopGuards()