Add countTrailingOnes member functions to APInt.
authorDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 21:11:05 +0000 (21:11 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 21:11:05 +0000 (21:11 +0000)
commit42dd77f20702d5ca1e0f3882ad74e7a02fc9589c
treecf6d98a99a0f295b59c917372e31fc8511a4598e
parentb5cfaaedbea10d8fcf5ca23be7955ca0f4fd5c9c
Add countTrailingOnes member functions to APInt.

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