Enum cranelift_codegen::ir::dfg::ValueDef [−][src]
Expand description
Where did a value come from?
Variants
Value is the n’th result of an instruction.
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 ValueDefimpl UnwindSafe for ValueDefBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.