Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/src/
H A Dbugpoint.rs209 let new_inst_name = replace_with_const(&mut pos, *r); in mutate()
386 let new_inst_name = replace_with_const(&mut pos, param); in mutate()
736 fn replace_with_const(pos: &mut FuncCursor, param: Value) -> &'static str { in replace_with_const() function