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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 679 if (Value *RHSNeg = dyn_castNegVal(Op1))
680 if (!isa<Constant>(RHSNeg) ||
681 (isa<ConstantInt>(RHSNeg) &&
682 cast<ConstantInt>(RHSNeg)->getValue().isStrictlyPositive())) {
685 I.setOperand(1, RHSNeg);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 46 milliseconds