Wyvern. Instruction. BR
(wyvern v1.0.3)
Copy Markdown
Summary
Types
@type t() :: %Wyvern.Instruction.BR{ cond: Wyvern.Value.t(), id: reference(), if_false: Wyvern.Label.t() | nil, if_true: Wyvern.Label.t() }
Functions
@spec conditional(Wyvern.Value.t(), Wyvern.Label.t()) :: t()
@spec conditional(Wyvern.Value.t(), Wyvern.Label.t(), Wyvern.Label.t()) :: t()
@spec unconditional(Wyvern.Label.t()) :: t()