diff options
author | Kazu Hirata <kazu@google.com> | 2023-02-16 20:13:04 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-02-16 20:13:04 -0800 |
commit | 7c9df7743521d21d4e03593f4501c5fd7a61c682 (patch) | |
tree | d9d46bceff3dab4baa1c3d75a949d754b43deee9 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 93de5f13b9ddda64951d6674f92e00510ce4f8c0 (diff) | |
download | llvm-7c9df7743521d21d4e03593f4501c5fd7a61c682.zip llvm-7c9df7743521d21d4e03593f4501c5fd7a61c682.tar.gz llvm-7c9df7743521d21d4e03593f4501c5fd7a61c682.tar.bz2 |
[ADT] Provide C++20-style bit functions
Tihs patches adds APInt::count{l,r}_{zero,one} and APInt::popcount to
be consistent with those functions in ADT/bit.h.
Once this patch lands, I'll take care of the migration.
For now, I am intentionally leaving isPowerOf2 as is.
Differential Revision: https://reviews.llvm.org/D144165
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions