Home
last modified time | relevance | path

Searched defs:clearLowBits (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1520 void clearLowBits(unsigned loBits) { in clearLowBits() function
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2342 TEST(APIntTest, clearLowBits) { in TEST() argument