Click or drag to resize
Llvm.NET LogoValueReplaceAllUsesWith Method

[This is preliminary documentation and is subject to change.]

Replace all uses of a Value with another one

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public void ReplaceAllUsesWith(
	Value other
)

Parameters

other
Type: Llvm.NET.ValuesValue
New value
See Also