HomeSort by: relevance | last modified time | path
    Searched defs:whichBit (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 128 static unsigned whichBit(unsigned bitPosition) {
134 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
139 return 1ULL << whichBit(bitPosition);
APInt.h 128 static unsigned whichBit(unsigned bitPosition) {
134 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
139 return 1ULL << whichBit(bitPosition);
APInt.h 128 static unsigned whichBit(unsigned bitPosition) {
134 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
139 return 1ULL << whichBit(bitPosition);

Completed in 76 milliseconds