Table of Contents

Class User

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

Contains an LLVM User value

public class User : Value, IEquatable<Value>
Inheritance
User
Implements
Derived
Inherited Members
Extension Methods

Remarks

A user is one role in the user->uses relationship conveyed by the LLVM value model. A User can contain references (e.g. uses) of other values.

Properties

Operands

Gets a list of the operands for this User

Uses

Gets a collection of Uses used by this User