pub unsafe extern "C" fn LLVMGetGEPSourceElementType(
GEP: LLVMValueRef,
) -> LLVMTypeRef
Expand description
Get the source element type of the given GEP operator.
pub unsafe extern "C" fn LLVMGetGEPSourceElementType(
GEP: LLVMValueRef,
) -> LLVMTypeRef
Get the source element type of the given GEP operator.