Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Victim

763   SDValue Victim = N->getOperand(0);
768 Victim = DAG.getNode(MSP430ISD::RRC, dl, VT, Victim);
773 Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA),
774 dl, VT, Victim);
776 return Victim;