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

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 616 SDValue OtherOp;
619 OtherOp = N1;
622 OtherOp = N0;
628 if (OtherOp.getOpcode() == ISD::MUL) {
630 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
632 Mul0 = OtherOp.getOperand(0);
633 Mul1 = OtherOp.getOperand(1);
645 Addend1 = OtherOp;
655 Addend1 = OtherOp;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 365 Value *BoolCast = nullptr, *OtherOp = nullptr;
367 BoolCast = Op0, OtherOp = Op1;
369 BoolCast = Op1, OtherOp = Op0;
374 return BinaryOperator::CreateAnd(V, OtherOp);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 145 milliseconds