HomeSort by relevance Sort by last modified time
    Searched refs:isNonNegative (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 327 bool isNonNegative() const { return !isNegative(); }
335 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineMulDivRem.cpp 922 if (I.isExact() && RHS->getValue().isNonNegative() &&
    [all...]
InstCombineCompares.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 828 assert(ExtentInt.isNonNegative() || ExtentInt.isUnsigned());
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 573 if (KnownZero.isNonNegative()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 762 milliseconds