Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:argTypes

2263   llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty };
2265 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true);