Make GetMinTrailingZeros a member function of ScalarEvolution,
so that it can access the TargetData member (when available) and
use ValueTracking.h information to compute information for
SCEVUnknown Values.

Also add GetMinLeadingZeros and GetMinSignBits functions,
with minimal implementations.

llvm-svn: 73794
2 files changed
tree: a641d2dc74f4e479590eff1d3c3a52b1cc18e0f2
  1. clang/
  2. compiler-rt/
  3. llvm/