pub unsafe extern "C" fn LLVMGetTypeKind(
Ty: LLVMTypeRef,
) -> LLVMTypeKindExpand description
Obtain the enumerated type of a Type instance.
@see llvm::Type:getTypeID()
pub unsafe extern "C" fn LLVMGetTypeKind(
Ty: LLVMTypeRef,
) -> LLVMTypeKindObtain the enumerated type of a Type instance.
@see llvm::Type:getTypeID()