Searched defs:clearLowBits (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 1397 void clearLowBits(unsigned loBits) { clearLowBits() function |
/llvm-project/llvm/unittests/ADT/ | ||
H A D | APIntTest.cpp | 2472 TEST(APIntTest,clearLowBits) TEST() argument |