Function llvm_sys::core::LLVMGetOperandBundleAtIndex
source · pub unsafe extern "C" fn LLVMGetOperandBundleAtIndex(
C: LLVMValueRef,
Index: c_uint
) -> LLVMOperandBundleRef
Expand description
Get the operand bundle attached to this instruction at the given index.
Use LLVMDisposeOperandBundle to free the operand bundle. This only works on CallInst and InvokeInst instructions.