Lines Matching refs:isWrappedSet
143 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
172 if (isFullSet() || isWrappedSet()) in getUnsignedMax()
181 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()
191 if (!isWrappedSet()) { in getSignedMax()
206 if (!isWrappedSet()) { in getSignedMin()
224 if (!isWrappedSet()) in contains()
237 if (!isWrappedSet()) { in contains()
238 if (Other.isWrappedSet()) in contains()
244 if (!Other.isWrappedSet()) in contains()
280 if (!isWrappedSet() && CR.isWrappedSet()) in intersectWith()
283 if (!isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()
302 if (isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()
360 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()
362 if (!isWrappedSet() && !CR.isWrappedSet()) { in unionWith()
383 if (!CR.isWrappedSet()) { in unionWith()
439 if (isFullSet() || isWrappedSet()) { in zeroExtend()
493 if (isWrappedSet()) { in truncate()