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 608 SDValue OtherOp;
611 OtherOp = N1;
614 OtherOp = N0;
620 if (OtherOp.getOpcode() == ISD::MUL) {
622 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
624 Mul0 = OtherOp.getOperand(0);
625 Mul1 = OtherOp.getOperand(1);
637 Addend1 = OtherOp;
647 Addend1 = OtherOp;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 279 Value *BoolCast = nullptr, *OtherOp = nullptr;
281 BoolCast = Op0, OtherOp = Op1;
283 BoolCast = Op1, OtherOp = Op0;
288 return BinaryOperator::CreateAnd(V, OtherOp);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 160 milliseconds