Reid Spencer 66ed1099ff Improve APInt interface:
1. Add unsigned and signed versions of methods so a "bool" argument doesn't
   need to be passed in.
2. Make the various getMin/getMax functions all be inline since they are
   so simple.
3. Simplify sdiv and srem code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34680 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-27 20:24:31 +00:00
..
2007-02-27 20:24:31 +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