Home | History | Annotate | Download | only in IR

Lines Matching refs:VAArgInst

1371   VAArgInst *CreateVAArg(Value *List, Type *Ty, const Twine &Name = "") {
1372 return Insert(new VAArgInst(List, Ty), Name);