Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h266 static APInt getBitsSetFrom(unsigned numBits, unsigned loBit) { getBitsSetFrom() function
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp2274 TEST(APIntTest,getBitsSetFrom) TEST() argument