Searched refs:isWrappedSet (Results 1 – 3 of 3) sorted by relevance
143 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange172 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()[all …]
109 bool isWrappedSet() const;
363 if (Range.isWrappedSet()) in computeKnownBitsFromRangeMetadata()