LLVMGetPreviousParam

Function LLVMGetPreviousParam 

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

Obtain the previous parameter to a function.

This is the opposite of LLVMGetNextParam().