Table of Contents

Class IndirectBranch

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

Instruction to perform an indirect branch to a block within the current function

public sealed class IndirectBranch : Terminator, IEquatable<Value>
Inheritance
IndirectBranch
Implements
Inherited Members
Extension Methods

Remarks

The address of the branch must come from a BlockAddress constant

See Also