LLVMGetFirstParam

Function LLVMGetFirstParam 

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

Obtain the first parameter to a function.

@see llvm::Function::arg_begin()