Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Op3

4544     SDValue Op3 = getValue(I.getArgOperand(2));
4547 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false,
4560 SDValue Op3 = getValue(I.getArgOperand(2));
4563 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4577 SDValue Op3 = getValue(I.getArgOperand(2));
4580 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol,