Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
H A DAPInt.h336 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h103 bool isStrictlyPositive() const { in isStrictlyPositive() function