Rotates each element of a vector left by a given number of bits.
Elemental function
The result is of the same type as ARG1.
Each element of the result is obtained by rotating the corresponding element of ARG1 left by the number of bits specified by the corresponding element of ARG2.