HomeSort by relevance Sort by last modified time
    Searched refs:whichBit (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 116 static unsigned whichBit(unsigned bitPosition) {
122 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
127 return 1ULL << whichBit(bitPosition);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 1073 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word?
    [all...]

Completed in 69 milliseconds