LLVMGetTypeKind

Function LLVMGetTypeKind 

Source
pub unsafe extern "C" fn LLVMGetTypeKind(
    Ty: LLVMTypeRef,
) -> LLVMTypeKind
Expand description

Obtain the enumerated type of a Type instance.

@see llvm::Type:getTypeID()