Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h99 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h368 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h301 bool isNonNegative() const { 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