Searched defs:isStrictlyPositive (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APSInt.h | 62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function |
H A D | APInt.h | 336 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } isStrictlyPositive() function |
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | KnownBits.h | 103 bool isStrictlyPositive() const { isStrictlyPositive() function |
/llvm-project/flang/lib/Evaluate/ | ||
H A D | intrinsics-library.cpp | 695 const bool isStrictlyPositive{std::visit( VerifyStrictlyPositiveIfReal() local |