Lines Matching refs:isWrappedSet
327 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
366 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()
509 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()
511 if (!isWrappedSet() && !CR.isWrappedSet()) { in unionWith()
529 if (!CR.isWrappedSet()) { in unionWith()
621 if (isFullSet() || isWrappedSet()) { in zeroExtend()
664 if (isWrappedSet()) { in truncate()
843 if (!UR.isWrappedSet() && in multiply()