Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h98 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h329 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function