Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ field
Method
field
cranelift/codegen/src/ir/dfg.rs:756–758 ·
view source on GitHub ↗
(self, shift: u8, bits: u8)
Source
from the content-addressed store, hash-verified
754
755
#[inline(always)]
756
fn field(self, shift: u8, bits: u8) -> u16 {
757
(self.flags_and_type >> shift) & ((1 << bits) - 1)
758
}
759
760
#[inline(always)]
761
fn ty(self) -> Type {
Callers
14
fmt
Method · 0.45
fmt_block
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
ty
Method · 0.45
from
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected