Module operand
rustc_
codegen_
ssa
1.85.1
(4eb161250 2025-03-15)
Module operand
Module Items
Structs
Enums
In rustc_
codegen_
ssa::
mir
Modules
analyze
block
constant
coverageinfo
debuginfo
intrinsic
locals
naked_asm
operand
place
rvalue
statement
Structs
FunctionCx
Enums
CachedLlbb
LocalRef
Functions
arg_local_refs
codegen_mir
find_cold_blocks
Type Aliases
PerLocalVarDebugInfoIndexVec
rustc_codegen_ssa
::
mir
Module
operand
Copy item path
Settings
Help
Summary
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.