Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dtype_inference.rs1203 let mut case_exprs = vec![]; in add_annotation_constraints() localVariable
1212 case_exprs.push((case_expr, body_expr)); in add_annotation_constraints()
1214 (veri_ir::Expr::Switch(Box::new(c_expr), case_exprs), t) in add_annotation_constraints()