Wyvern.Instruction.Call (wyvern v1.0.3)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Instruction.Call{
  args: [Wyvern.Value.t()],
  dest: Wyvern.Instruction.Types.destination(),
  fn_ref: Wyvern.Value.t(),
  fn_type: Wyvern.Type.Function.t(),
  id: reference()
}

Functions

new(dest, fn_type, fn_ref, args)