This enables us to detect more fast path sdiv cases under cost analysis (only LV currently use pow2 and only for uniform constants).
This patch also enables us to handle non-uniform-constant pow2 cases for X86 SDIV costs.
Found while working on D46276
I think it is better to move the result of statement from line 777 here rather than perform the same kind of analysis 2 times.