Struct cranelift_codegen::ir::entities::Value
source · pub struct Value(_);
Expand description
An opaque reference to an SSA value.
Implementations§
Trait Implementations§
source§impl Ord for Value
impl Ord for Value
source§impl PartialOrd<Value> for Value
impl PartialOrd<Value> for Value
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ReservedValue for Value
impl ReservedValue for Value
source§fn reserved_value() -> Value
fn reserved_value() -> Value
Create an instance of the reserved value.