Function LLVMRustGetTypeKind

Source
pub(crate) unsafe extern "C" fn LLVMRustGetTypeKind(
    Ty: &Type,
) -> TypeKind
Expand description

See llvm::LLVMTypeKind::getTypeID.