Wyvern.Instruction.Alloca (wyvern v1.0.4)

Copy Markdown

Summary

Types

count()

@type count() :: Wyvern.Value.t() | pos_integer()

t()

@type t() :: %Wyvern.Instruction.Alloca{
  count: count(),
  dest: Wyvern.Instruction.Types.destination(),
  id: reference(),
  type: Wyvern.Type.t()
}

Functions

new(dest, type, count)