Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h286 static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet) { getLowBitsSet() function
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2194 TEST(APIntTest,getLowBitsSet) TEST() argument