Table of Contents

Class PhiNode

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

PHI node instruction

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

Methods

AddIncoming((Value Value, BasicBlock Block), params (Value Value, BasicBlock Block)[])

Adds incoming blocks and values to this PhiNode

AddIncoming(Value, BasicBlock)

Adds an incoming value and block to this PhiNode