Searched defs:isWrappedSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstantRange.cpp140 /// isWrappedSet - Return true if this set wraps around the top of the range,
143 bool ConstantRange::isWrappedSet() const { function in class:ConstantRange
172 if (isFullSet() || isWrappedSet())
181 if (isFullSet() || (isWrappedSet() && getUpper() != 0))
191 if (!isWrappedSet()) {
206 if (!isWrappedSet()) {
224 if (!isWrappedSet())
237 if (!isWrappedSet()) {
238 if (Other.isWrappedSet())
244 if (!Other.isWrappedSet())
[all...]

Completed in 109 milliseconds