Class User
Contains an LLVM User value
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class User : Value, IExtensiblePropertyContainer, IOperandContainer<Value>
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 collection of operands for this User |
Uses | Gets a collection of Uses used by this User |
Methods
GetOperand<T>(Int32) | Gets an operand at the specified index cast to a specific type |
SetOperand<T>(Int32, T) | Gets an operand at the specified index cast to a specific type |