26 const std::size_t u_times = numeric_cast_v<std::size_t>(times);
30 op.size() * u_times == bv.size(),
31 "result bitvector width shall be equal to the operand bitvector width times"
32 "the number of replications");
34 std::size_t bit_idx = 0;
36 for(std::size_t i = 0; i < u_times; i++)
38 for(
const auto &bit : op)
API to expression classes for bitvectors.
virtual const bvt & convert_bv(const exprt &expr, const optionalt< std::size_t > expected_width=nullopt)
Convert expression to vector of literalts, using an internal cache to speed up conversion if availabl...
bvt conversion_failed(const exprt &expr)
Print that the expression of x has failed conversion, then return a vector of x's width.
virtual std::size_t boolbv_width(const typet &type) const
virtual bvt convert_replication(const replication_exprt &expr)
typet & type()
Return the type of the expression.
std::vector< literalt > bvt