HomeSort by relevance Sort by last modified time
    Searched refs:whichBit (Results 1 - 9 of 9) 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/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 112 static unsigned whichBit(unsigned bitPosition) {
119 /// @returns a uint64_t with only bit at "whichBit(bitPosition)" set
122 return 1ULL << whichBit(bitPosition);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h 127 static unsigned whichBit(unsigned bitPosition) {
133 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
138 return 1ULL << whichBit(bitPosition);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 120 static unsigned whichBit(unsigned bitPosition) {
126 /// \returns a uint64_t with only bit at "whichBit(bitPosition)" set
131 return 1ULL << whichBit(bitPosition);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APInt.cpp 307 uint64_t loMask = WORD_MAX << whichBit(loBit);
310 unsigned hiShiftAmt = whichBit(hiBit);
363 unsigned loBit = whichBit(bitPosition);
411 unsigned loBit = whichBit(bitPosition);
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1065 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word?
    [all...]

Completed in 3754 milliseconds