rustc_
codegen_
ssa
1.83.0-beta.7
(b35ad722a 2024-11-22)
Module operand
Module Items
Structs
Enums
In rustc_
codegen_
ssa::
mir
rustc_codegen_ssa
::
mir
Module
operand
Copy item path
source
Structs
§
Operand
Ref
An
OperandRef
is an “SSA” reference to a Rust value, along with its type.
Enums
§
Operand
Value
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.