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

/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp562 SDValue OtherOp; local
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;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp238 Value *BoolCast = 0, *OtherOp = 0; local
240 BoolCast = Op0, OtherOp = Op1;
242 BoolCast = Op1, OtherOp = Op0;
247 return BinaryOperator::CreateAnd(V, OtherOp);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7626 // OtherOp is set to the alternative value of N.
7629 SDValue &OtherOp,
7639 OtherOp = N2;
7644 OtherOp = N1;
7663 OtherOp = DAG.getConstant(0, VT);
7666 OtherOp = DAG.getConstant(1, VT);
7668 OtherOp = DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), VT);
7694 // @param OtherOp The other N operand (x above).
7699 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, argument
7712 SDValue TrueVal = OtherOp;
7627 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3004 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); local
3005 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L))

Completed in 201 milliseconds