LLVMCountParams

Function LLVMCountParams 

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

Obtain the number of parameters in a function.

@see llvm::Function::arg_size()