Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_polymorphic
Method
is_polymorphic
cranelift/codegen/src/ir/instructions.rs:796–798 ·
view source on GitHub ↗
Is this instruction polymorphic?
(self)
Source
from the content-addressed store, hash-verified
794
795
/// Is this instruction polymorphic?
796
pub fn is_polymorphic(self) -> bool {
797
self.ctrl_typeset().is_some()
798
}
799
}
800
801
type BitSet8 = ScalarBitSet<u8>;
Callers
3
infer_typevar
Method · 0.80
type_suffix
Function · 0.80
ctrl_typevar
Method · 0.80
Calls
2
ctrl_typeset
Method · 0.80
is_some
Method · 0.45
Tested by
no test coverage detected