Reid Spencer 681dcd14e9 Implement countLeadingOnes() and getMinSignedBits(). This helps to minimize
the bit width of negative numbers by computing the minimum bit width for a
negative value. E.g. 0x1800000000000000 could be just 0x8000000000000000


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34695 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-27 21:59:26 +00:00
..
2007-01-27 01:14:20 +00:00
2007-02-01 05:32:05 +00:00
2006-11-28 23:31:42 +00:00
2007-02-04 00:30:40 +00:00
2007-02-04 00:12:12 +00:00
2006-11-28 22:32:35 +00:00
2007-02-06 14:59:28 +00:00