MCPcopy 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
801type BitSet8 = ScalarBitSet<u8>;

Callers 3

infer_typevarMethod · 0.80
type_suffixFunction · 0.80
ctrl_typevarMethod · 0.80

Calls 2

ctrl_typesetMethod · 0.80
is_someMethod · 0.45

Tested by

no test coverage detected