LLVMGetElementType

Function LLVMGetElementType 

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

Obtain the element type of an array or vector type.

@see llvm::SequentialType::getElementType()