LLVMIntrinsicGetName

Function LLVMIntrinsicGetName 

Source
pub unsafe extern "C" fn LLVMIntrinsicGetName(
    ID: c_uint,
    NameLength: *mut usize,
) -> *const c_char
Expand description

Retrieves the name of an intrinsic.

@see llvm::Intrinsic::getName()