Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Victim

653   SDValue Victim = N->getOperand(0);
658 Victim = DAG.getNode(MSP430ISD::RRC, dl, VT, Victim);
663 Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA),
664 dl, VT, Victim);
666 return Victim;