pub unsafe extern "C" fn LLVMGetNumOperandBundles(
C: LLVMValueRef,
) -> c_uintExpand description
Get the number of operand bundles attached to this instruction.
Only works with CallInst and InvokeInst instructions.
pub unsafe extern "C" fn LLVMGetNumOperandBundles(
C: LLVMValueRef,
) -> c_uintGet the number of operand bundles attached to this instruction.
Only works with CallInst and InvokeInst instructions.