Lines Matching refs:isWrappedSet
242 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
271 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()
382 if (!isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()
401 if (isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()
459 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()
461 if (!isWrappedSet() && !CR.isWrappedSet()) { in unionWith()
482 if (!CR.isWrappedSet()) { in unionWith()
538 if (isFullSet() || isWrappedSet()) { in zeroExtend()
592 if (isWrappedSet()) { in truncate()
720 if (!UR.isWrappedSet() && UR.getLower().isNonNegative()) in multiply()