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 113 static unsigned whichBit(unsigned bitPosition) {
120 /// @returns a uint64_t with only bit at "whichBit(bitPosition)" set
123 return 1ULL << whichBit(bitPosition);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 1072 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word?
    [all...]

Completed in 39 milliseconds