Function rustc_codegen_llvm::llvm::get_param

source ·
pub fn get_param(llfn: &Value, index: c_uint) -> &Value
Expand description

Safe wrapper around LLVMGetParam, because segfaults are no fun.