Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Op3

4491     SDValue Op3 = getValue(I.getArgOperand(2));
4496 DAG.setRoot(DAG.getMemcpy(getRoot(), sdl, Op1, Op2, Op3, Align, isVol, false,
4509 SDValue Op3 = getValue(I.getArgOperand(2));
4514 DAG.setRoot(DAG.getMemset(getRoot(), sdl, Op1, Op2, Op3, Align, isVol,
4528 SDValue Op3 = getValue(I.getArgOperand(2));
4533 DAG.setRoot(DAG.getMemmove(getRoot(), sdl, Op1, Op2, Op3, Align, isVol,