Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isVol

4511     bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4512 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false,
4527 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4528 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4544 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4545 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol,