Home
last modified time | relevance | path

Searched defs:isNonNegative (Results 1 – 5 of 5) 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-10.0/llvm/include/llvm/Support/
DKnownBits.h98 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
/external/llvm/include/llvm/ADT/
DAPInt.h325 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h329 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function