Table of Contents

Method AddCase

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

AddCase(Value, BasicBlock)

Adds a new case to the Switch instruction

public void AddCase(Value onVal, BasicBlock destination)

Parameters

onVal Value

Value for the case to match

destination BasicBlock

Destination BasicBlock if the case matches