Home
last modified time | relevance | path

Searched refs:isWrappedSet (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDConstantRange.cpp143 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()
[all …]
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantRange.h109 bool isWrappedSet() const;
/NextBSD/contrib/llvm/lib/Analysis/
HDValueTracking.cpp363 if (Range.isWrappedSet()) in computeKnownBitsFromRangeMetadata()