Function llvm_sys::core::LLVMCreateOperandBundle
source ยท pub unsafe extern "C" fn LLVMCreateOperandBundle(
Tag: *const c_char,
TagLen: size_t,
Args: *mut LLVMValueRef,
NumArgs: c_uint,
) -> LLVMOperandBundleRef
Expand description
Create a new operand bundle.
Every invocation should be paired with LLVMDisposeOperandBundle() or memory will be leaked.