HomeSort by relevance Sort by last modified time
    Searched refs:isStrictlyPositive (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
APInt.h 333 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 212 if (SignedMax.isStrictlyPositive())
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 309 bool isStrictlyPositive() const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 669 cast<ConstantInt>(RHSNeg)->getValue().isStrictlyPositive())) {
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 337 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 339 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 378 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 378 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 339 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 378 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 378 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 384 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ValueTracking.cpp 190 return CI->getValue().isStrictlyPositive();
    [all...]
InstructionSimplify.cpp     [all...]
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 1281 milliseconds

1 2