Searched refs:OtherOp (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp608 SDValue OtherOp; local
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;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp279 Value *BoolCast = nullptr, *OtherOp = nullptr; local
281 BoolCast = Op0, OtherOp = Op1;
283 BoolCast = Op1, OtherOp = Op0;
288 return BinaryOperator::CreateAnd(V, OtherOp);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7575 // OtherOp is set to the alternative value of N.
7578 SDValue &OtherOp,
7588 OtherOp = N2;
7593 OtherOp = N1;
7612 OtherOp = DAG.getConstant(0, VT);
7615 OtherOp = DAG.getConstant(1, VT);
7617 OtherOp = DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), VT);
7643 // @param OtherOp The other N operand (x above).
7648 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, argument
7661 SDValue TrueVal = OtherOp;
7576 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3175 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); local
3176 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L))

Completed in 626 milliseconds