Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
H A DAPInt.h390 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); } in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPSInt.h62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
DAPInt.h334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPSInt.h62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
DAPInt.h334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPSInt.h62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
DAPInt.h334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPSInt.h62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
H A DAPInt.h339 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPSInt.h62 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
DAPInt.h334 bool isStrictlyPositive() const { return isNonNegative() && !isZero(); } in isStrictlyPositive() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h101 bool isStrictlyPositive() const { return Zero.isSignBitSet() && !One.isNullValue(); } in isStrictlyPositive() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DKnownBits.h105 bool isStrictlyPositive() const { in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DKnownBits.h110 bool isStrictlyPositive() const { in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DKnownBits.h110 bool isStrictlyPositive() const { in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DKnownBits.h110 bool isStrictlyPositive() const { in isStrictlyPositive() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DKnownBits.h105 bool isStrictlyPositive() const { in isStrictlyPositive() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPInt.h333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; } in isStrictlyPositive() function