Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp312 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
371 if (isFullSet() || isWrappedSet()) in getUnsignedMin()
431 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()
433 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h178 bool isWrappedSet() const;