glsl: Implement ast-to-hir for bit-shift-assignment

Implement by adding to ast_expression::hir() these cases:
    - ast_ls_assign
    - ast_rs_assign
1 file changed