Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/veri/veri_ir/src/
H A Dlib.rs205 BVZeroExtTo(usize, Box<Expr>), enumerator
292 Expr::BVZeroExtTo(d, e) => write!(f, "(zero_ext {d} {e})"), in fmt()
H A Dannotation_ir.rs205 BVZeroExtTo(Box<Width>, Box<Expr>), enumerator
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs167 Some(i) => Expr::BVZeroExtTo( in spec_op_to_expr()
H A Dtype_inference.rs1058 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 Dsolver.rs852 Expr::BVZeroExtTo(i, x) => { in vir_expr_to_sexp()