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.
pub unsafe extern "C" fn LLVMReplaceMDNodeOperandWith(
V: LLVMValueRef,
Index: c_uint,
Replacement: LLVMMetadataRef,
)Replace an operand at a specific index in a llvm::MDNode value.