Home | History | Annotate | Download | only in X86

Lines Matching refs:Neg

1119     // transformation incurs an extra mov, due to the neg instruction
1149 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS);
1150 AM.IndexReg = Neg;
1155 InsertDAGNode(*CurDAG, N, Neg);