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

  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 302 bool isNonNegative() const {
311 return isNonNegative() && !!*this;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 519 if (I.isExact() && RHS->getValue().isNonNegative() &&
InstCombineSimplifyDemanded.cpp 727 if (DemandedMask.isNegative() && KnownZero.isNonNegative()) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 561 if (KnownZero.isNonNegative()) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 412 milliseconds