ΒΆLLVMValueRef LLVMGetNextParam(LLVMValueRef Arg)
LLVMValueRef LLVMGetNextParam(LLVMValueRef Arg)
Description
Obtain the next parameter to a function. This takes an LLVMValueRef obtained from LLVMGetFirstParam() (which is actually a wrapped iterator) and obtains the next parameter from the underlying iterator.
Declared at: llvm/include/llvm-c/Core.h:2612
Parameters
- LLVMValueRef Arg