Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/
H A Denabled.rs1668 let same_ty = builder.ins().icmp(IntCC::Equal, a, b); in is_subtype() localVariable
1669 let same_ty = builder.ins().uextend(ir::types::I32, same_ty); in is_subtype() localVariable
1671 same_ty, in is_subtype()
1673 &[same_ty.into()], in is_subtype()