Function llvm_sys::core::LLVMReplaceMDNodeOperandWith

source ยท
pub unsafe extern "C" fn LLVMReplaceMDNodeOperandWith(
    V: LLVMValueRef,
    Index: c_uint,
    Replacement: LLVMMetadataRef
)
Expand description

Replace an operand at a specific index in a llvm::MDNode value.