Home
last modified time | relevance | path

Searched defs:isNonNegative (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h53 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
DAPInt.h368 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPSInt.h54 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
DAPInt.h317 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h98 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DKnownBits.h99 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h329 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/external/llvm/include/llvm/ADT/
DAPInt.h325 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp123 auto isNonNegative = [&Solver](Value *V) { in replaceSignedInst() local