pub unsafe extern "C" fn LLVMGetNumIndices(
Inst: LLVMValueRef,
) -> c_uintExpand description
Get the number of indices on an ExtractValue, InsertValue or GEP operator.
pub unsafe extern "C" fn LLVMGetNumIndices(
Inst: LLVMValueRef,
) -> c_uintGet the number of indices on an ExtractValue, InsertValue or GEP operator.