MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / half_width

Method half_width

cranelift/codegen/meta/src/cdsl/typevar.rs:246–248  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

244 self.derived(DerivedFunc::AsTruthy)
245 }
246 pub fn half_width(&self) -> TypeVar {
247 self.derived(DerivedFunc::HalfWidth)
248 }
249 pub fn double_width(&self) -> TypeVar {
250 self.derived(DerivedFunc::DoubleWidth)
251 }

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