Table of Contents

Class AtomicRMW

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

Atomic Read-Modify-Write instruction

public sealed class AtomicRMW : Instruction, IEquatable<Value>
Inheritance
AtomicRMW
Implements
Inherited Members
Extension Methods

Properties

Kind

Gets or sets the kind of atomic operation for this instruction

See Also