Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs322 ModelType::BitVec(size) => veri_ir::Type::BitVector(*size), in model_type_to_type()
353 ModelType::BitVec(None) => annotation_ir::Type::BitVector, in parse_annotations()
354 ModelType::BitVec(Some(size)) => { in parse_annotations()
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dprinter.rs448 ModelType::BitVec(Some(size)) => { in to_sexpr()
451 ModelType::BitVec(None) => SExpr::List(vec![SExpr::atom("bv")]), in to_sexpr()
H A Dast.rs231 BitVec(Option<usize>), enumerator
H A Dparser.rs647 Ok(ModelType::BitVec(width)) in parse_model_type()