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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 239 Value *BoolCast = 0, *OtherOp = 0;
241 BoolCast = Op0, OtherOp = Op1;
243 BoolCast = Op1, OtherOp = Op0;
248 return BinaryOperator::CreateAnd(V, OtherOp);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 599 SDValue OtherOp;
602 OtherOp = N1;
605 OtherOp = N0;
611 if (OtherOp.getOpcode() == ISD::MUL) {
613 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
615 Mul0 = OtherOp.getOperand(0);
616 Mul1 = OtherOp.getOperand(1);
628 Addend1 = OtherOp;
638 Addend1 = OtherOp;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 86 milliseconds