Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isVol

4472     bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4473 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false,
4490 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4491 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4509 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4510 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol,