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 609 SDValue OtherOp;
612 OtherOp = N1;
615 OtherOp = N0;
621 if (OtherOp.getOpcode() == ISD::MUL) {
623 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
625 Mul0 = OtherOp.getOperand(0);
626 Mul1 = OtherOp.getOperand(1);
638 Addend1 = OtherOp;
648 Addend1 = OtherOp;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 578 milliseconds