Searched defs:whichBit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h116 static unsigned whichBit(unsigned bitPosition) { function in class:llvm::APInt
122 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
127 return 1ULL << whichBit(bitPosition);

Completed in 1633 milliseconds