Lines Matching full:shift
11 %shift = shl i32 %b, %add12 ret i32 %shift21 %shift = shl i32 %a, %add22 ret i32 %shift31 %shift = lshr i32 %b, %add32 ret i32 %shift41 %shift = lshr i32 %a, %add42 ret i32 %shift51 %shift = ashr i32 %b, %add52 ret i32 %shift61 %shift = ashr i32 %a, %add62 ret i32 %shift