HomeSort by relevance Sort by last modified time
    Searched full:rhsneg (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 666 if (Value *RHSNeg = dyn_castNegVal(Op1))
667 if (!isa<Constant>(RHSNeg) ||
668 (isa<ConstantInt>(RHSNeg) &&
669 cast<ConstantInt>(RHSNeg)->getValue().isStrictlyPositive())) {
672 I.setOperand(1, RHSNeg);
  /external/llvm/lib/Support/
APInt.cpp 558 bool rhsNeg = rhs.isNegative();
564 if (rhsNeg) {
573 if (rhsNeg)
577 else if (rhsNeg)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/icu4c/i18n/
decNumber.c 2012 Flag rhsneg=rhs->bits&DECNEG; \/* save rhs sign *\/ local
    [all...]

Completed in 297 milliseconds