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

  /external/swiftshader/third_party/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/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 82 milliseconds