The getelementptr returns a vector of pointers, instead of a single
address, when one or more of its arguments is a vector. In such case it
is not possible to simplify the expression by inserting a bitcast of
operand(0) into the destination type, as it will create a bitcast
between different sizes.
The simplifications turned off in this patch was not intended for
vectorized types.