Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_var
Method · 0.45
declare_value_needs_stack_map
Method · 0.45
build_jump_table
Method · 0.45
emit
Method · 0.45
icmp_imm_u128
Function · 0.45
seal_one_block
Method · 0.45
finish_predecessors_lookup
Method · 0.45
get_or_create_stack_slot
Method · 0.45
rewrite_def
Method · 0.45
rewrite_safepoint
Method · 0.45
rewrite_use
Method · 0.45
type_of
Method · 0.45
Calls
1
ty
Method · 0.45
Tested by
no test coverage detected