Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
H A DAPInt.h339 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h105 bool isStrictlyPositive() const { in isStrictlyPositive() function