Commit a0f253e
committed
Add support for converting integer constants into bit vectors
This is required for the following refactor because it requires all
sub-expressions to be convertible to smt terms whereas the current
implementation only requires sub expressions which are recursed into to
be convertible. These integer constants which need converting can be
found as sub expressions of extract bits expressions.1 parent 3a353a6 commit a0f253e
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
281 | 290 | | |
282 | 291 | | |
283 | 292 | | |
| |||
0 commit comments