Searched refs:isWrappedSet (Results 1 – 5 of 5) sorted by relevance
421 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange489 if (isFullSet() || isWrappedSet()) in getUnsignedMin()564 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()566 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()1290 if (isWrappedSet() || Other.isWrappedSet()) in umax()1318 if (isWrappedSet() || Other.isWrappedSet()) in umin()1844 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedCountTrailingZerosRange()1899 if (!isWrappedSet()) in cttz()1912 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedPopCountRange()1944 if (!isWrappedSet()) in ctpop()
222 bool isWrappedSet() const;
1307 if (!(ICmp1->hasOneUse() && ICmp2->hasOneUse()) || CR1.isWrappedSet() || in foldAndOrOfICmpsUsingRanges()1308 CR2.isWrappedSet()) in foldAndOrOfICmpsUsingRanges()
7078 if (CR1.isWrappedSet() || CR2.isWrappedSet()) in tryFoldAndOrOrICmpsUsingRanges()
7103 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()15129 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in collect()