John McCall 1e7ad3993d Add an override to StringRef::getAsInteger which parses into an APInt.
It gets its own implementation totally divorced from the (presumably
performance-sensitive) routines which parse into a uint64_t.

Add APInt::operator|=(uint64_t), which is situationally much better than
using a full APInt.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97381 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-28 09:55:58 +00:00
..
2009-12-23 17:03:46 +00:00
2010-01-05 01:28:29 +00:00
2010-02-23 00:04:53 +00:00
2009-09-06 12:26:28 +00:00
2009-09-06 12:26:28 +00:00
2010-01-05 01:28:47 +00:00
2009-11-06 10:58:06 +00:00
2010-01-05 01:28:58 +00:00
2010-02-23 19:15:24 +00:00