Struct cranelift_isle::ir::ExprSequence [−][src]
Expand description
A linear sequence of instructions that produce a new value from the
right-hand side of a rule, given bindings that come from a Pattern
derived
from the left-hand side.
Fields
insts: Vec<ExprInst>
Instruction sequence for expression.
InstId
indexes into this sequence for Value::Expr
values.
pos: Pos
Position at which the rule producing this sequence was located.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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 ExprSequence
impl Send for ExprSequence
impl Sync for ExprSequence
impl Unpin for ExprSequence
impl UnwindSafe for ExprSequence
Blanket Implementations
Mutably borrows from an owned value. Read more