Wyvern.Instruction.Fptrunc (wyvern v1.0.4)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Instruction.Fptrunc{
  dest: Wyvern.Instruction.Types.destination(),
  id: reference(),
  src: Wyvern.Value.t(),
  to_type: Wyvern.Type.Float.t()
}

Functions

new(dest, src, to_type)