ΒΆLLVMValueRef LLVMGetParam(LLVMValueRef Fn,
unsigned int Index)
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:2578
Parameters
- LLVMValueRef Fn
- unsigned int Index