Table of Contents

Method PhiNode

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

PhiNode(ITypeRef)

Creates a Phi instruction

public PhiNode PhiNode(ITypeRef resultType)

Parameters

resultType ITypeRef

Result type for the instruction

Returns

PhiNode

PhiNode