MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / constraint_offset

Method constraint_offset

cranelift/codegen/src/ir/instructions.rs:761–763  ·  view source on GitHub ↗

Get the offset into OPERAND_CONSTRAINTS where the descriptors for this opcode begin.

(self)

Source from the content-addressed store, hash-verified

759
760 /// Get the offset into OPERAND_CONSTRAINTS where the descriptors for this opcode begin.
761 fn constraint_offset(self) -> usize {
762 self.constraint_offset as usize
763 }
764
765 /// Get the value type of result number `n`, having resolved the controlling type variable to
766 /// `ctrl_type`.

Callers 2

result_typeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected