Add a getNumSignBits() method to APInt.
authorCameron Zwarich <zwarich@apple.com>
Thu, 24 Feb 2011 10:00:20 +0000 (10:00 +0000)
committerCameron Zwarich <zwarich@apple.com>
Thu, 24 Feb 2011 10:00:20 +0000 (10:00 +0000)
commit9b6af8de58140566a0e6567508bf906027422e7c
tree66e1ac3bf4aca9859c4a97981206d2f8752722d6
parent324a24f6aa5d6752c57c39e1e19f00b8c8a4ceec
Add a getNumSignBits() method to APInt.

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