Tools to Vectorize blocks of code

Hi,

I’m new clang dev and I’m having one problem: I need to know if one block of code is vectorizable. And then, I need algorithms to vectorize them. I need this because my targets are cellphones. There is any tool that give me it?

Thanks