|
CBMC
|
API to expression classes for bitvectors. More...
#include "std_expr.h"
Include dependency graph for bitvector_expr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bswap_exprt |
| The byte swap expression. More... | |
| class | bitnot_exprt |
| Bit-wise negation of bit-vectors. More... | |
| class | bitor_exprt |
| Bit-wise OR Any number of operands that is greater or equal one. More... | |
| class | bitnor_exprt |
| Bit-wise NOR. More... | |
| class | bitxor_exprt |
| Bit-wise XOR Any number of operands that is greater or equal one. More... | |
| class | bitxnor_exprt |
| Bit-wise XNOR. More... | |
| class | bitand_exprt |
| Bit-wise AND Any number of operands that is greater or equal one. More... | |
| class | bitnand_exprt |
| Bit-wise NAND. More... | |
| class | shift_exprt |
| A base class for shift and rotate operators. More... | |
| class | shl_exprt |
| Left shift. More... | |
| class | ashr_exprt |
| Arithmetic right shift. More... | |
| class | lshr_exprt |
| Logical right shift. More... | |
| class | extractbit_exprt |
| Extracts a single bit of a bit-vector operand. More... | |
| class | extractbits_exprt |
| Extracts a sub-range of a bit-vector operand. More... | |
| class | update_bit_exprt |
| Replaces a sub-range of a bit-vector operand. More... | |
| class | update_bits_exprt |
| Replaces a sub-range of a bit-vector operand. More... | |
| class | replication_exprt |
| Bit-vector replication. More... | |
| class | concatenation_exprt |
| Concatenation of bit-vector operands. More... | |
| class | popcount_exprt |
| The popcount (counting the number of bits set to 1) expression. More... | |
| class | binary_overflow_exprt |
A Boolean expression returning true, iff operation kind would result in an overflow when applied to operands lhs and rhs. More... | |
| class | plus_overflow_exprt |
| class | minus_overflow_exprt |
| class | mult_overflow_exprt |
| class | shl_overflow_exprt |
| class | unary_overflow_exprt |
A Boolean expression returning true, iff operation kind would result in an overflow when applied to the (single) operand. More... | |
| class | unary_minus_overflow_exprt |
| A Boolean expression returning true, iff negation would result in an overflow when applied to the (single) operand. More... | |
| class | count_leading_zeros_exprt |
| The count leading zeros (counting the number of zero bits starting from the most-significant bit) expression. More... | |
| class | count_trailing_zeros_exprt |
| The count trailing zeros (counting the number of zero bits starting from the least-significant bit) expression. More... | |
| class | bitreverse_exprt |
| Reverse the order of bits in a bit-vector. More... | |
| class | saturating_plus_exprt |
| The saturating plus expression. More... | |
| class | saturating_minus_exprt |
| Saturating subtraction expression. More... | |
| class | overflow_result_exprt |
| An expression returning both the result of the arithmetic operation under wrap-around semantics as well as a Boolean to signify overflow. More... | |
| class | find_first_set_exprt |
| Returns one plus the index of the least-significant one bit, or zero if the operand is zero. More... | |
| class | zero_extend_exprt |
| zero extension The operand is converted to the given type by either a) truncating if the new type is shorter, or b) padding with most-significant zero bits if the new type is larger, or c) reinterprets the operand as the given type if their widths match. More... | |
| class | onehot_exprt |
| A Boolean expression returning true iff the given operand consists of exactly one '1' and '0' otherwise. More... | |
| class | onehot0_exprt |
| A Boolean expression returning true iff the given operand consists of exactly one '0' and '1' otherwise. More... | |
API to expression classes for bitvectors.
Definition in file bitvector_expr.h.
|
inline |
Definition at line 544 of file bitvector_expr.h.
|
inline |
Definition at line 1108 of file bitvector_expr.h.
|
inline |
Definition at line 344 of file bitvector_expr.h.
|
inline |
Definition at line 395 of file bitvector_expr.h.
|
inline |
Definition at line 197 of file bitvector_expr.h.
|
inline |
Definition at line 90 of file bitvector_expr.h.
|
inline |
Definition at line 146 of file bitvector_expr.h.
|
inline |
Definition at line 1520 of file bitvector_expr.h.
|
inline |
Definition at line 295 of file bitvector_expr.h.
|
inline |
Definition at line 244 of file bitvector_expr.h.
|
inline |
Definition at line 45 of file bitvector_expr.h.
|
inline |
Definition at line 975 of file bitvector_expr.h.
|
inline |
Definition at line 1376 of file bitvector_expr.h.
|
inline |
Definition at line 1469 of file bitvector_expr.h.
|
inline |
Definition at line 604 of file bitvector_expr.h.
|
inline |
Definition at line 678 of file bitvector_expr.h.
|
inline |
Definition at line 1823 of file bitvector_expr.h.
|
inline |
Definition at line 565 of file bitvector_expr.h.
|
inline |
Definition at line 1180 of file bitvector_expr.h.
|
inline |
Definition at line 1199 of file bitvector_expr.h.
|
inline |
Definition at line 1737 of file bitvector_expr.h.
|
inline |
Definition at line 1161 of file bitvector_expr.h.
|
inline |
Definition at line 1019 of file bitvector_expr.h.
|
inline |
Definition at line 919 of file bitvector_expr.h.
|
inline |
Definition at line 1618 of file bitvector_expr.h.
|
inline |
Definition at line 1573 of file bitvector_expr.h.
|
inline |
Definition at line 452 of file bitvector_expr.h.
|
inline |
Definition at line 500 of file bitvector_expr.h.
|
inline |
Definition at line 1214 of file bitvector_expr.h.
|
inline |
Definition at line 1284 of file bitvector_expr.h.
|
inline |
Definition at line 1246 of file bitvector_expr.h.
|
inline |
Definition at line 772 of file bitvector_expr.h.
|
inline |
Definition at line 858 of file bitvector_expr.h.
|
inline |
Definition at line 1875 of file bitvector_expr.h.
|
inline |
Cast an exprt to a binary_overflow_exprt.
expr must be known to be binary_overflow_exprt.
| expr | Source expression |
Definition at line 1125 of file bitvector_expr.h.
|
inline |
Cast an exprt to a binary_overflow_exprt.
expr must be known to be binary_overflow_exprt.
| expr | Source expression |
Definition at line 1137 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitand_exprt.
expr must be known to be bitand_exprt.
| expr | Source expression |
Definition at line 355 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitand_exprt.
expr must be known to be bitand_exprt.
| expr | Source expression |
Definition at line 362 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitnand_exprt.
expr must be known to be bitnand_exprt.
| expr | Source expression |
Definition at line 406 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitnand_exprt.
expr must be known to be bitnand_exprt.
| expr | Source expression |
Definition at line 413 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitnor_exprt.
expr must be known to be bitnor_exprt.
| expr | Source expression |
Definition at line 208 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitnor_exprt.
expr must be known to be bitnor_exprt.
| expr | Source expression |
Definition at line 215 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitnot_exprt.
expr must be known to be bitnot_exprt.
| expr | Source expression |
Definition at line 106 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitnot_exprt.
expr must be known to be bitnot_exprt.
| expr | Source expression |
Definition at line 115 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitor_exprt.
expr must be known to be bitor_exprt.
| expr | Source expression |
Definition at line 157 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitor_exprt.
expr must be known to be bitor_exprt.
| expr | Source expression |
Definition at line 164 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitreverse_exprt.
expr must be known to be bitreverse_exprt.
| expr | Source expression |
Definition at line 1536 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitreverse_exprt.
expr must be known to be bitreverse_exprt.
| expr | Source expression |
Definition at line 1545 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitxnor_exprt.
expr must be known to be bitxnor_exprt.
| expr | Source expression |
Definition at line 306 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitxnor_exprt.
expr must be known to be bitxnor_exprt.
| expr | Source expression |
Definition at line 314 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitxor_exprt.
expr must be known to be bitxor_exprt.
| expr | Source expression |
Definition at line 255 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bitxor_exprt.
expr must be known to be bitxor_exprt.
| expr | Source expression |
Definition at line 262 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bswap_exprt.
expr must be known to be bswap_exprt.
| expr | Source expression |
Definition at line 63 of file bitvector_expr.h.
|
inline |
Cast an exprt to a bswap_exprt.
expr must be known to be bswap_exprt.
| expr | Source expression |
Definition at line 72 of file bitvector_expr.h.
|
inline |
Cast an exprt to a concatenation_exprt.
expr must be known to be concatenation_exprt.
| expr | Source expression |
Definition at line 986 of file bitvector_expr.h.
|
inline |
Cast an exprt to a concatenation_exprt.
expr must be known to be concatenation_exprt.
| expr | Source expression |
Definition at line 993 of file bitvector_expr.h.
|
inline |
Cast an exprt to a count_leading_zeros_exprt.
expr must be known to be count_leading_zeros_exprt.
| expr | Source expression |
Definition at line 1393 of file bitvector_expr.h.
|
inline |
Cast an exprt to a count_leading_zeros_exprt.
expr must be known to be count_leading_zeros_exprt.
| expr | Source expression |
Definition at line 1403 of file bitvector_expr.h.
|
inline |
Cast an exprt to a count_trailing_zeros_exprt.
expr must be known to be count_trailing_zeros_exprt.
| expr | Source expression |
Definition at line 1486 of file bitvector_expr.h.
|
inline |
Cast an exprt to a count_trailing_zeros_exprt.
expr must be known to be count_trailing_zeros_exprt.
| expr | Source expression |
Definition at line 1496 of file bitvector_expr.h.
|
inline |
Cast an exprt to an extractbit_exprt.
expr must be known to be extractbit_exprt.
| expr | Source expression |
Definition at line 620 of file bitvector_expr.h.
|
inline |
Cast an exprt to an extractbit_exprt.
expr must be known to be extractbit_exprt.
| expr | Source expression |
Definition at line 629 of file bitvector_expr.h.
|
inline |
Cast an exprt to an extractbits_exprt.
expr must be known to be extractbits_exprt.
| expr | Source expression |
Definition at line 694 of file bitvector_expr.h.
|
inline |
Cast an exprt to an extractbits_exprt.
expr must be known to be extractbits_exprt.
| expr | Source expression |
Definition at line 703 of file bitvector_expr.h.
|
inline |
Cast an exprt to a find_first_set_exprt.
expr must be known to be find_first_set_exprt.
| expr | Source expression |
Definition at line 1839 of file bitvector_expr.h.
|
inline |
Cast an exprt to a find_first_set_exprt.
expr must be known to be find_first_set_exprt.
| expr | Source expression |
Definition at line 1849 of file bitvector_expr.h.
|
inline |
Cast an exprt to a onehot0_exprt.
expr must be known to be onehot0_exprt.
| expr | Source expression |
Definition at line 1956 of file bitvector_expr.h.
|
inline |
Cast an exprt to a onehot0_exprt.
expr must be known to be onehot0_exprt.
| expr | Source expression |
Definition at line 1964 of file bitvector_expr.h.
|
inline |
Cast an exprt to a onehot_exprt.
expr must be known to be onehot_exprt.
| expr | Source expression |
Definition at line 1921 of file bitvector_expr.h.
|
inline |
Cast an exprt to a onehot_exprt.
expr must be known to be onehot_exprt.
| expr | Source expression |
Definition at line 1929 of file bitvector_expr.h.
|
inline |
Cast an exprt to a overflow_result_exprt.
expr must be known to be overflow_result_exprt.
| expr | Source expression |
Definition at line 1762 of file bitvector_expr.h.
|
inline |
Cast an exprt to a overflow_result_exprt.
expr must be known to be overflow_result_exprt.
| expr | Source expression |
Definition at line 1772 of file bitvector_expr.h.
|
inline |
Cast an exprt to a popcount_exprt.
expr must be known to be popcount_exprt.
| expr | Source expression |
Definition at line 1035 of file bitvector_expr.h.
|
inline |
Cast an exprt to a popcount_exprt.
expr must be known to be popcount_exprt.
| expr | Source expression |
Definition at line 1044 of file bitvector_expr.h.
|
inline |
Cast an exprt to a replication_exprt.
expr must be known to be replication_exprt.
| expr | Source expression |
Definition at line 935 of file bitvector_expr.h.
|
inline |
Cast an exprt to a replication_exprt.
expr must be known to be replication_exprt.
| expr | Source expression |
Definition at line 944 of file bitvector_expr.h.
|
inline |
Cast an exprt to a saturating_minus_exprt.
expr must be known to be saturating_minus_exprt.
| expr | Source expression |
Definition at line 1634 of file bitvector_expr.h.
|
inline |
Cast an exprt to a saturating_minus_exprt.
expr must be known to be saturating_minus_exprt.
| expr | Source expression |
Definition at line 1644 of file bitvector_expr.h.
|
inline |
Cast an exprt to a saturating_plus_exprt.
expr must be known to be saturating_plus_exprt.
| expr | Source expression |
Definition at line 1589 of file bitvector_expr.h.
|
inline |
Cast an exprt to a saturating_plus_exprt.
expr must be known to be saturating_plus_exprt.
| expr | Source expression |
Definition at line 1599 of file bitvector_expr.h.
|
inline |
Cast an exprt to a shift_exprt.
expr must be known to be shift_exprt.
| expr | Source expression |
Definition at line 469 of file bitvector_expr.h.
|
inline |
Cast an exprt to a shift_exprt.
expr must be known to be shift_exprt.
| expr | Source expression |
Definition at line 477 of file bitvector_expr.h.
Cast an exprt to a shl_exprt.
expr must be known to be shl_exprt.
| expr | Source expression |
Definition at line 511 of file bitvector_expr.h.
Cast an exprt to a shl_exprt.
expr must be known to be shl_exprt.
| expr | Source expression |
Definition at line 520 of file bitvector_expr.h.
|
inline |
Cast an exprt to a unary_overflow_exprt.
expr must be known to be unary_overflow_exprt.
| expr | Source expression |
Definition at line 1301 of file bitvector_expr.h.
|
inline |
Cast an exprt to a unary_overflow_exprt.
expr must be known to be unary_overflow_exprt.
| expr | Source expression |
Definition at line 1311 of file bitvector_expr.h.
|
inline |
Cast an exprt to an update_bit_exprt.
expr must be known to be update_bit_exprt.
| expr | Source expression |
Definition at line 783 of file bitvector_expr.h.
|
inline |
Cast an exprt to an update_bit_exprt.
expr must be known to be update_bit_exprt.
| expr | Source expression |
Definition at line 791 of file bitvector_expr.h.
|
inline |
Cast an exprt to an update_bits_exprt.
expr must be known to be update_bits_exprt.
| expr | Source expression |
Definition at line 869 of file bitvector_expr.h.
|
inline |
Cast an exprt to an update_bits_exprt.
expr must be known to be update_bits_exprt.
| expr | Source expression |
Definition at line 877 of file bitvector_expr.h.
|
inline |
Cast an exprt to a zero_extend_exprt.
expr must be known to be zero_extend_exprt.
| expr | Source expression |
Definition at line 1886 of file bitvector_expr.h.
|
inline |
Cast an exprt to a zero_extend_exprt.
expr must be known to be zero_extend_exprt.
| expr | Source expression |
Definition at line 1894 of file bitvector_expr.h.
|
inline |
Definition at line 1113 of file bitvector_expr.h.
|
inline |
Definition at line 95 of file bitvector_expr.h.
|
inline |
Definition at line 1525 of file bitvector_expr.h.
|
inline |
Definition at line 50 of file bitvector_expr.h.
|
inline |
Definition at line 1381 of file bitvector_expr.h.
|
inline |
Definition at line 1474 of file bitvector_expr.h.
|
inline |
Definition at line 609 of file bitvector_expr.h.
|
inline |
Definition at line 683 of file bitvector_expr.h.
|
inline |
Definition at line 1828 of file bitvector_expr.h.
|
inline |
Definition at line 1742 of file bitvector_expr.h.
|
inline |
Definition at line 1024 of file bitvector_expr.h.
|
inline |
Definition at line 924 of file bitvector_expr.h.
|
inline |
Definition at line 1623 of file bitvector_expr.h.
|
inline |
Definition at line 1578 of file bitvector_expr.h.
|
inline |
Definition at line 458 of file bitvector_expr.h.
|
inline |
Definition at line 1289 of file bitvector_expr.h.
|
inline |
Definition at line 1251 of file bitvector_expr.h.