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

/external/llvm/lib/Support/
H A DConstantRange.cpp128 /// isWrappedSet - Return true if this set wraps around the top of the range,
131 bool ConstantRange::isWrappedSet() const { function in class:ConstantRange
163 if (isFullSet() || isWrappedSet())
172 if (isFullSet() || (isWrappedSet() && getUpper() != 0))
182 if (!isWrappedSet()) {
197 if (!isWrappedSet()) {
215 if (!isWrappedSet())
228 if (!isWrappedSet()) {
229 if (Other.isWrappedSet())
235 if (!Other.isWrappedSet())
[all...]

Completed in 152 milliseconds