LLVMGetNumIndices

Function LLVMGetNumIndices 

Source
pub unsafe extern "C" fn LLVMGetNumIndices(
    Inst: LLVMValueRef,
) -> c_uint
Expand description

Obtain the number of indices. NB: This also works on GEP operators.