Home
last modified time | relevance | path

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

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