Wyvern.Instruction.IndirectBr (wyvern v1.0.4)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Instruction.IndirectBr{
  address: Wyvern.Value.t(),
  destinations: [Wyvern.Label.t()],
  id: reference()
}

Functions

new(address, destinations)

@spec new(Wyvern.Value.t(), [{:destinations, [Wyvern.Label.t()]}]) :: t()