Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:argTypes

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