Enum cranelift_isle::ir::Value [−][src]
Expand description
A value produced by a LHS or RHS instruction.
Variants
Pattern
Fields
inst: InstId
The instruction that produces this value.
output: usize
This value is the output
th value produced by this pattern.
A value produced by an instruction in the Pattern (LHS).
Expr
Fields
inst: InstId
The instruction that produces this value.
output: usize
This value is the output
th value produced by this expression.
A value produced by an instruction in the Expr (RHS).
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more