Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ArgTy

70          while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*))
71 ArgTys.push_back(ArgTy);