pub unsafe extern "C" fn LLVMGetPreviousParam(
Arg: LLVMValueRef,
) -> LLVMValueRefExpand description
Obtain the previous parameter to a function.
This is the opposite of LLVMGetNextParam().
pub unsafe extern "C" fn LLVMGetPreviousParam(
Arg: LLVMValueRef,
) -> LLVMValueRefObtain the previous parameter to a function.
This is the opposite of LLVMGetNextParam().