Table of Contents

Class Use

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

LLVM Use, which is essentially a tuple of the User and the Value used

public class Use
Inheritance
Use
Inherited Members

Remarks

A Use in LLVM forms a link in a directed graph of dependencies for values.

Properties

User

Gets the User of this Use

Value

Gets the Value used