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

Method value_type

cranelift/codegen/src/ir/dfg.rs:393–395  ·  view source on GitHub ↗

Get the type of a value.

(&self, v: Value)

Source from the content-addressed store, hash-verified

391
392 /// Get the type of a value.
393 pub fn value_type(&self, v: Value) -> Type {
394 self.values[v].ty()
395 }
396
397 /// Get the definition of a value.
398 ///

Callers 15

try_def_varMethod · 0.45
build_jump_tableMethod · 0.45
emitMethod · 0.45
icmp_imm_u128Function · 0.45
seal_one_blockMethod · 0.45
rewrite_defMethod · 0.45
rewrite_safepointMethod · 0.45
rewrite_useMethod · 0.45
type_ofMethod · 0.45

Calls 1

tyMethod · 0.45

Tested by

no test coverage detected