pub unsafe extern "C" fn LLVMGetNumIndices(
Inst: LLVMValueRef,
) -> c_uintExpand description
Obtain the number of indices. NB: This also works on GEP operators.
pub unsafe extern "C" fn LLVMGetNumIndices(
Inst: LLVMValueRef,
) -> c_uintObtain the number of indices. NB: This also works on GEP operators.