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

Method lane_of

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

Source from the content-addressed store, hash-verified

238 }
239
240 pub fn lane_of(&self) -> TypeVar {
241 self.derived(DerivedFunc::LaneOf)
242 }
243 pub fn as_truthy(&self) -> TypeVar {
244 self.derived(DerivedFunc::AsTruthy)
245 }

Callers 1

imageMethod · 0.45

Calls 2

derivedMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected