Wyvern. Instruction. IndirectBr
(wyvern v1.0.3)
Copy Markdown
Summary
Types
@type t() :: %Wyvern.Instruction.IndirectBr{ address: Wyvern.Value.t(), destinations: [Wyvern.Label.t()], id: reference() }
Functions
@spec new(Wyvern.Value.t(), [{:destinations, [Wyvern.Label.t()]}]) :: t()