Class User
Contains an LLVM User value
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class User : Value, IExtensiblePropertyContainer
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 |