Expr e12876 = e12875;
Expr e12877 = e12870;
Expr e12878 = vc.iteExpr( vc.bvBoolExtract( e12876, 0), vc.bvRightShiftExpr( 1 << 0, e12877), e12877);
Expr e12879 = vc.iteExpr( vc.bvBoolExtract( e12876, 1), vc.bvRightShiftExpr( 1 << 1, e12878), e12878);
Expr e12880 = vc.iteExpr( vc.bvBoolExtract( e12876, 2), vc.bvRightShiftExpr( 1 << 2, e12879), e12879);
Expr e12881 = vc.bvConstExprFromStr( "00000001");
Expr e12882 = vc.eqExpr( e12880, e12881);
Expr e12883 = vc.impliesExpr( e12874, e12882);
Expr e12884 = e12866;
Expr e12885 = vc.eqExpr( vc.bvExtract( e12884, 0, 0), vc.bvConstExprFromStr( "1"));
Expr e12886 = vc.varExpr( "k", vc.bvType( 8));