Searched refs:totalIRArgs (Results 1 – 1 of 1) sorted by relevance
1154 unsigned totalIRArgs() const { return TotalIRArgs; } in totalIRArgs() function in __anon8a19f7270411::ClangToLLVMArgMapping1329 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()1840 FnArgs.reserve(IRFunctionArgs.totalIRArgs()); in EmitFunctionProlog()1844 assert(FnArgs.size() == IRFunctionArgs.totalIRArgs()); in EmitFunctionProlog()3206 SmallVector<llvm::Value *, 16> IRCallArgs(IRFunctionArgs.totalIRArgs()); in EmitCall()