Add the BVType; Add suport for bitvectors in TypeVar and TypeSet.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
605886a277
commit
a12fa86e60
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user