This patch fixes the replacement of pow intrinsics
by its vector library implementation.
Function Intrinsic::getName was being called with
a wrong set of arguments. This prevented TargetLibraryInfo
from getting the right name for the vectorized version of pow
for different library implementations.