LLVMGetParam

Function LLVMGetParam 

Source
pub unsafe extern "C" fn LLVMGetParam(
    Fn: LLVMValueRef,
    Index: c_uint,
) -> LLVMValueRef
Expand description

Obtain the parameter at the specified index.

Parameters are indexed from 0.

@see llvm::Function::arg_begin()