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

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

Completed in 1026 milliseconds