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

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 562 SDValue OtherOp;
565 OtherOp = N1;
568 OtherOp = N0;
574 if (OtherOp.getOpcode() == ISD::MUL) {
576 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
578 Mul0 = OtherOp.getOperand(0);
579 Mul1 = OtherOp.getOperand(1);
591 Addend1 = OtherOp;
601 Addend1 = OtherOp;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 270 Value *BoolCast = 0, *OtherOp = 0;
272 BoolCast = Op0, OtherOp = Op1;
274 BoolCast = Op1, OtherOp = Op0;
279 return BinaryOperator::CreateAnd(V, OtherOp);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 44 milliseconds