Home
last modified time | relevance | path

Searched refs:whichBit (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h118 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
129 return 1ULL << whichBit(bitPosition); in maskBit()
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp1077 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()