mk Bv
Create a BitVec value with 1 bit length.
Create a BitVec value with sizeBits bit length.
Note: if sizeBits is greater than 1, the value bit will be repeated.
Create a BitVec value of the BitVec sort.
Note: if sort size is greater than 1, the value bit will be repeated.
Create a BitVec value with 8 bit length.
Create a BitVec value with sizeBits bit length.
Note: if sizeBits is less than 8, the last sizeBits bits of the value will be taken.
At the same time, if sizeBits is greater than 8, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value of the BitVec sort.
Note: if sort size is less than 8, the last sort size bits of the value will be taken.
At the same time, if sort size is greater than 8, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value with 16 bit length.
Create a BitVec value with sizeBits bit length.
Note: if sizeBits is less than 16, the last sizeBits bits of the value will be taken.
At the same time, if sizeBits is greater than 16, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value of the BitVec sort.
Note: if sort size is less than 16, the last sort size bits of the value will be taken.
At the same time, if sort size is greater than 16, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value with 32 bit length.
Create a BitVec value with sizeBits bit length.
Note: if sizeBits is less than 32, the last sizeBits bits of the value will be taken.
At the same time, if sizeBits is greater than 32, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value of the BitVec sort.
Note: if sort size is less than 32, the last sort size bits of the value will be taken.
At the same time, if sort size is greater than 32, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value with 64 bit length.
Create a BitVec value with sizeBits bit length.
Note: if sizeBits is less than 64, the last sizeBits bits of the value will be taken.
At the same time, if sizeBits is greater than 64, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value of the BitVec sort.
Note: if sort size is less than 64, the last sort size bits of the value will be taken.
At the same time, if sort size is greater than 64, binary representation of the value will be padded from the start with its sign bit.
Create a BitVec value with sizeBits bit length.
Create a BitVec value of the BitVec sort.
Create a BitVec value with sizeBits bit length from the given binary string value.