Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ double_width
Method
double_width
cranelift/codegen/meta/src/cdsl/typevar.rs:249–251 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
247
self.derived(DerivedFunc::HalfWidth)
248
}
249
pub fn double_width(&self) -> TypeVar {
250
self.derived(DerivedFunc::DoubleWidth)
251
}
252
pub fn split_lanes(&self) -> TypeVar {
253
self.derived(DerivedFunc::SplitLanes)
254
}
Callers
1
image
Method · 0.45
Calls
5
from_iter
Function · 0.85
derived
Method · 0.80
clone
Method · 0.45
map
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected