Home | History | Annotate | Download | only in IR

Lines Matching refs:VAArgInst

3685 VAArgInst *VAArgInst::clone_impl() const {
3686 return new VAArgInst(getOperand(0), getType());