HomeSort by relevance Sort by last modified time
    Searched defs:isWrappedSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
ConstantRange.cpp 239 /// isWrappedSet - Return true if this set wraps around the top of the range,
242 bool ConstantRange::isWrappedSet() const {
271 if (isFullSet() || isWrappedSet())
280 if (isFullSet() || (isWrappedSet() && getUpper() != 0))
290 if (!isWrappedSet()) {
305 if (!isWrappedSet()) {
323 if (!isWrappedSet())
336 if (!isWrappedSet()) {
337 if (Other.isWrappedSet())
343 if (!Other.isWrappedSet())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 128 /// isWrappedSet - Return true if this set wraps around the top of the range,
131 bool ConstantRange::isWrappedSet() const {
162 if (isFullSet() || isWrappedSet())
172 if (isFullSet() || (isWrappedSet() && getUpper() != 0))
183 if (!isWrappedSet()) {
201 if (!isWrappedSet()) {
224 if (!isWrappedSet())
238 if (!isWrappedSet()) {
239 if (Other.isWrappedSet())
245 if (!Other.isWrappedSet())
    [all...]

Completed in 538 milliseconds