Home
last modified time | relevance | path

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

/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(); } isStrictlyPositive() function
/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h103 bool isStrictlyPositive() const { isStrictlyPositive() function
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics-library.cpp695 const bool isStrictlyPositive{std::visit( VerifyStrictlyPositiveIfReal() local