OSDN Git Service

[APInt] Add a fastpath for the single word case of isOneValue to match isNullValue...
authorCraig Topper <craig.topper@intel.com>
Fri, 7 Jul 2017 19:56:18 +0000 (19:56 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 7 Jul 2017 19:56:18 +0000 (19:56 +0000)
commit8614bf0c87bb59fd0799873cd427f53079f121bb
treed1ece6eb72af2f2327243155496db3ecc73e5e44
parent16c930ae14e3452fd864224c5f61226372252f4b
[APInt] Add a fastpath for the single word case of isOneValue to match isNullValue, isAllOnesValue, etc. NFCI

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