Add the BVType; Add suport for bitvectors in TypeVar and TypeSet.

This commit is contained in:
Dimo
2017-07-20 17:20:23 -07:00
committed by Jakob Stoklund Olesen
parent 605886a277
commit a12fa86e60
3 changed files with 136 additions and 12 deletions

View File

@@ -239,7 +239,7 @@ class Var(Expr):
'typeof_{}'.format(self),
'Type of the pattern variable `{}`'.format(self),
ints=True, floats=True, bools=True,
scalars=True, simd=True)
scalars=True, simd=True, bitvecs=True)
self.original_typevar = tv
self.typevar = tv
return self.typevar