Searched defs:isNonNegative (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h98 bool isNonNegative() const { return Zero.isSignBitSet(); } function in struct:llvm::KnownBits
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h53 bool isNonNegative() const { return !isNegative(); } function in class:llvm::APSInt
H A DAPInt.h368 bool isNonNegative() const { return !isNegative(); } function

Completed in 120 milliseconds