Method LLVMGetParam
LLVMGetParam(LLVMValueRef, UInt32)
TODO: Provide summary for Function LLVMGetParam
Declaration
public static LLVMValueRef LLVMGetParam(LLVMValueRef Fn, uint Index)
Parameters
public static LLVMValueRef LLVMGetParam(LLVMValueRef Fn, uint Index)
LLVMValueRef | Fn | TODO: Provide details of parameter Fn |
UInt32 | Index | TODO: Provide details of parameter Index |
Returns
LLVMValueRef | TODO: Document return value |