if isinstance(expr, ExprOp) and expr.op == "sbit":
            sb = True
            expr = expr.args[0]