Table of Contents

Class AtomicCmpXchg

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

Atomic Compare and Exchange instruction

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

Properties

IsWeak

Gets or sets a value indicating whether this instruction is weak or not

See Also