Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Op3

4468     SDValue Op3 = getValue(I.getArgOperand(2));
4473 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false,
4486 SDValue Op3 = getValue(I.getArgOperand(2));
4491 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4505 SDValue Op3 = getValue(I.getArgOperand(2));
4510 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol,