Home | History | Annotate | Download | only in X86

Lines Matching refs:NewShift

838   SDValue NewShift = DAG.getNode(ISD::SHL, DL, VT, NewAnd, Shift.getOperand(1));
847 InsertDAGNode(DAG, N, NewShift);
848 DAG.ReplaceAllUsesWith(N, NewShift);