Wyvern.Instruction.ExtractValue (wyvern v1.0.4)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Instruction.ExtractValue{
  aggregate: Wyvern.Value.t(),
  dest: Wyvern.Instruction.Types.destination(),
  id: reference(),
  index_list: [non_neg_integer()],
  value_type: Wyvern.Type.t()
}

Functions

new(dest, aggregate, index_list)