Home
last modified time | relevance | path

Searched refs:decode_from_value (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs115 .map(|value| BlockArg::decode_from_value(*value)) in args()
125 let new = f(BlockArg::decode_from_value(*raw)); in update_args()
234 fn decode_from_value(v: Value) -> Self { in decode_from_value() method