Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
DAPInt.h390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h104 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/external/llvm/include/llvm/ADT/
DAPInt.h333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function