Files
clang-p2996/llvm/unittests/ADT/APIntTest.cpp
Simon Pilgrim ad3e0e4b41 [APInt] Add APInt::isOneBitSet helper.
Equivalent tester for the APInt::getOneBitSet builder.

This should allow us to remove a number of cases where we're doing "Val == (1 << BitNo)" style code patterns.
2023-01-03 16:10:29 +00:00

104 KiB