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

Method inst_operands

cranelift/codegen/src/machinst/vcode.rs:1590–1593  ·  view source on GitHub ↗
(&self, insn: InsnIndex)

Source from the content-addressed store, hash-verified

1588 }
1589
1590 fn inst_operands(&self, insn: InsnIndex) -> &[Operand] {
1591 let range = self.operand_ranges.get(insn.index());
1592 &self.operands[range]
1593 }
1594
1595 fn inst_clobbers(&self, insn: InsnIndex) -> PRegSet {
1596 self.clobbers.get(&insn).cloned().unwrap_or_default()

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected