Class User
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