fn conditional_store_user_var<B>( lo: &mut Lowerer<'_>, b: &mut B, name: &str, expr: &Condition, guard: Option<B::Bool>, )where B: RotationBackend,