Wyvern. Instruction. Alloca
(wyvern v1.0.3)
Copy Markdown
Summary
Types
@type count() :: Wyvern.Value.t() | pos_integer()
@type t() :: %Wyvern.Instruction.Alloca{ count: count(), dest: Wyvern.Instruction.Types.destination(), id: reference(), type: Wyvern.Type.t() }
Functions
@spec new(Wyvern.Instruction.Types.destination(), Wyvern.Type.t(), count()) :: t()