LLVMGetParam

Obtain the parameter at the specified index.

Parameters are indexed from 0.

@see llvm::Function::arg_begin()

extern (C) nothrow
LLVMValueRef
LLVMGetParam
(
LLVMValueRef Fn
,
uint Index
)

Meta