MCPcopy 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

imageMethod · 0.45

Calls 5

from_iterFunction · 0.85
derivedMethod · 0.80
cloneMethod · 0.45
mapMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected