Enum cranelift_codegen::ir::LabelValueLoc [−][src]
Expand description
The particular location for a value.
Variants
Reg(Reg)
Tuple Fields
0: Reg
New-backend Reg.
SPOffset(i64)
Tuple Fields
0: i64
New-backend offset from stack pointer.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LabelValueLoc
impl Send for LabelValueLoc
impl Sync for LabelValueLoc
impl Unpin for LabelValueLoc
impl UnwindSafe for LabelValueLoc
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.