Table of Contents

Class Load

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

Instruction to read from memory

public sealed class Load : UnaryInstruction, IEquatable<Value>
Inheritance
Load
Implements
Inherited Members
Extension Methods

Properties

IsVolatile

Gets or sets a value indicating whether this load is volatile

See Also