Searched refs:BVZeroExtTo (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/cranelift/isle/veri/veri_ir/src/ |
| H A D | lib.rs | 205 BVZeroExtTo(usize, Box<Expr>), enumerator 292 Expr::BVZeroExtTo(d, e) => write!(f, "(zero_ext {d} {e})"), in fmt()
|
| H A D | annotation_ir.rs | 205 BVZeroExtTo(Box<Width>, Box<Expr>), enumerator
|
| /wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/ |
| H A D | annotations.rs | 167 Some(i) => Expr::BVZeroExtTo( in spec_op_to_expr()
|
| H A D | type_inference.rs | 1058 annotation_ir::Expr::BVZeroExtTo(w, x) => { in add_annotation_constraints() 1075 (veri_ir::Expr::BVZeroExtTo(width, Box::new(e1)), t) in add_annotation_constraints()
|
| H A D | solver.rs | 852 Expr::BVZeroExtTo(i, x) => { in vir_expr_to_sexp()
|