ΒΆLLVMValueRef LLVMGetParam(LLVMValueRef Fn,
                          unsigned int Index)

Description

Obtain the parameter at the specified index. Parameters are indexed from 0.

Declared at: llvm/include/llvm-c/Core.h:2690

Parameters

LLVMValueRef Fn
unsigned int Index