MCPcopy 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_isleFunction · 0.80
gen_inst_builderFunction · 0.80
gen_imm_inst_builderFunction · 0.80
buildMethod · 0.80
verify_formatFunction · 0.80
verify_polymorphicFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected