Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:tys

3661   SmallVector<llvm::Type *, 16> tys(Locals.size());
3663 tys[i] = Locals[i]->getType();
3664 return llvm::FunctionType::get(CGF.VoidTy, tys, false);