Searched refs:isWrappedSet (Results 1 – 4 of 4) sorted by relevance
375 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange433 if (isFullSet() || isWrappedSet()) in getUnsignedMin()508 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()510 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()1212 if (isWrappedSet() || Other.isWrappedSet()) in umax()1240 if (isWrappedSet() || Other.isWrappedSet()) in umin()1751 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedCountTrailingZerosRange()1806 if (!isWrappedSet()) in cttz()1819 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedPopCountRange()1851 if (!isWrappedSet()) in ctpop()
217 bool isWrappedSet() const;
1264 if (!(ICmp1->hasOneUse() && ICmp2->hasOneUse()) || CR1.isWrappedSet() || in foldAndOrOfICmpsUsingRanges()1265 CR2.isWrappedSet()) in foldAndOrOfICmpsUsingRanges()
7089 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()15042 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in applyLoopGuards()