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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp239 Value *BoolCast = 0, *OtherOp = 0; local
241 BoolCast = Op0, OtherOp = Op1;
243 BoolCast = Op1, OtherOp = Op0;
248 return BinaryOperator::CreateAnd(V, OtherOp);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp609 SDValue OtherOp; local
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;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp7077 // OtherOp is set to the alternative value of N.
7080 SDValue &OtherOp,
7090 OtherOp = N2;
7095 OtherOp = N1;
7114 OtherOp = DAG.getConstant(0, VT);
7117 OtherOp = DAG.getConstant(1, VT);
7119 OtherOp = DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), VT);
7145 // @param OtherOp The other N operand (x above).
7150 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, argument
7163 SDValue TrueVal = OtherOp;
7078 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2993 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); local
2994 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L))

Completed in 210 milliseconds