LLVMReplaceAllUsesWith

Replace all uses of a value with another one.

@see llvm::Value::replaceAllUsesWith()

extern (C) nothrow
void
LLVMReplaceAllUsesWith
(
LLVMValueRef OldVal
,
LLVMValueRef NewVal
)

Meta