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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h105 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } function in struct:llvm::KnownBits
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } function in class:llvm::APSInt
H A DAPInt.h391 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } function

Completed in 141 milliseconds