pub unsafe extern "C" fn LLVMGetNumOperandBundles(
    C: LLVMValueRef
) -> c_uint
Expand description

Get the number of operand bundles attached to this instruction.

Only works with CallInst and InvokeInst instructions.