Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Victim

613   SDValue Victim = N->getOperand(0);
618 Victim = DAG.getNode(MSP430ISD::RRC, dl, VT, Victim);
623 Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA),
624 dl, VT, Victim);
626 return Victim;