Add support to APInt for shift and rotate operations with APInt
authorDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:40:47 +0000 (01:40 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:40:47 +0000 (01:40 +0000)
commitcf609575ef6e47cd5ce775af175c67a3b621120e
tree23d18a74d0cd16af8b3b94980f7c675f0077dd27
parentb26947e9671d07357e8b4614274370688e0bb340
Add support to APInt for shift and rotate operations with APInt
instead of uint32_t for the shift/rotate count operand type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47741 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Support/APInt.cpp