Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ArgTy

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