fn modify_user_var<B>( lo: &mut Lowerer<'_>, b: &mut B, name: &str, op: VarOp, value: &Condition, guard: Option<B::Bool>, )where B: RotationBackend,