Enum cranelift_codegen::ir::dfg::ValueDef [−][src]
Expand description
Where did a value come from?
Variants
Result(Inst, usize)
Value is the n’th result of an instruction.
Param(Block, usize)
Value is the n’th parameter to a block.
Implementations
Unwrap the instruction where the value was defined, or panic.
Unwrap the block there the parameter is defined, or panic.
Get the program point where the value was defined.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValueDef
impl UnwindSafe for ValueDef
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.