[][src]Module rustc_codegen_llvm::mir::operand

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Structs

OperandRef [
Experimental
]

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

Enums

OperandValue [
Experimental
]

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.