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

Method value_ty

cranelift/codegen/src/machinst/lower.rs:1459–1461  ·  view source on GitHub ↗

Get the type for a value.

(&self, val: Value)

Source from the content-addressed store, hash-verified

1457
1458 /// Get the type for a value.
1459 pub fn value_ty(&self, val: Value) -> Type {
1460 self.f.dfg.value_type(val)
1461 }
1462
1463 /// Get the type for an instruction's output.
1464 pub fn output_ty(&self, ir_inst: Inst, idx: usize) -> Type {

Callers 1

input_tyMethod · 0.80

Calls 1

value_typeMethod · 0.45

Tested by

no test coverage detected