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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6650 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, argument
6656 bool isSlctCC = Slct.getOpcode() == ISD::SELECT_CC;
6657 SDValue LHS = isSlctCC ? Slct.getOperand(2) : Slct.getOperand(1);
6658 SDValue RHS = isSlctCC ? Slct.getOperand(3) : Slct.getOperand(2);
6662 CC = cast<CondCodeSDNode>(Slct.getOperand(4))->get();
6664 SDValue CCOp = Slct.getOperand(0);
6671 assert ((Opc == ISD::ADD || (Opc == ISD::SUB && Slct == N->getOperand(1))) &&
6681 SDValue Op0 = Slct
[all...]

Completed in 29 milliseconds