Structs

  • An OperandRef is an “SSA” reference to a Rust value, along with its type.

Enums

  • The representation of a Rust value. The enum variant is in fact uniquely determined by the value’s type, but is kept as a safety check.