Home
last modified time | relevance | path

Searched defs:bitPosition (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h119 static unsigned whichWord(unsigned bitPosition) { in whichWord()
127 static unsigned whichBit(unsigned bitPosition) { in whichBit()
137 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
162 uint64_t getWord(unsigned bitPosition) const { in getWord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h112 static unsigned whichWord(unsigned bitPosition) { in whichWord()
120 static unsigned whichBit(unsigned bitPosition) { in whichBit()
130 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
160 uint64_t getWord(unsigned bitPosition) const { in getWord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp538 void APInt::setBit(unsigned bitPosition) { in setBit()
547 void APInt::clearBit(unsigned bitPosition) { in clearBit()
559 void APInt::flipBit(unsigned bitPosition) { in flipBit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp339 void APInt::flipBit(unsigned bitPosition) { in flipBit()
345 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits()
404 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits()