Following strength reduction transforms are missing currently for VectorAPI based explicit vectorization flow.
Mul X * POT_NUMBER = X << LOG2(POT_NUMBER) [Integral Types]
Div X / POT_NUMBER = X >> LOG2(POT_NUMBER) [Integral types]
Mul X * POT_NUMBER = X << LOG2(POT_NUMBER) [Integral Types]
Div X / POT_NUMBER = X >> LOG2(POT_NUMBER) [Integral types]