Expr e12870 = vc.varExpr( "x", vc.bvType( 8));
Expr e12871 = e12870;
Expr e12872 = vc.bvConstExprFromStr( "00000000");
Expr e12873 = vc.sbvGtExpr( e12871, e12872);
Expr e12874 = vc.andExpr( e12869, e12873);
Expr e12875 = vc.varExpr( "lambda", vc.bvType( 8));
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);