Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h116 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
127 return 1ULL << whichBit(bitPosition); in maskBit()
/external/llvm/lib/Support/
DAPInt.cpp1085 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()