Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h198 bool isUpperSignWrapped() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp324 bool ConstantRange::isUpperSignWrapped() const { in isUpperSignWrapped() function in ConstantRange
356 return !isUpperSignWrapped() && !Upper.isStrictlyPositive(); in isAllNegative()
377 if (isFullSet() || isUpperSignWrapped()) in getSignedMax()