Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_value
Method
is_value
cranelift/codegen/meta/src/cdsl/operands.rs:52–54 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
50
}
51
52
pub fn is_value(&self) -> bool {
53
matches!(self.kind.fields, OperandKindFields::TypeVar(_))
54
}
55
56
pub fn type_var(&self) -> Option<&TypeVar> {
57
match &self.kind.fields {
Callers
7
gen_common_isle
Function · 0.80
gen_inst_builder
Function · 0.80
gen_imm_inst_builder
Function · 0.80
build
Method · 0.80
verify_format
Function · 0.80
verify_polymorphic
Function · 0.80
is_ctrl_typevar_candidate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected