Searched defs:bitPosition (Results 1 – 5 of 5) sorted by relevance
108 static unsigned whichWord(unsigned bitPosition) { in whichWord()116 static unsigned whichBit(unsigned bitPosition) { in whichBit()126 static uint64_t maskBit(unsigned bitPosition) { in maskBit()156 uint64_t getWord(unsigned bitPosition) const { in getWord()
162 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
191 const uint32_t bitPosition = (7 - j % 8); in TEST() local
169 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
588 void APInt::setBit(unsigned bitPosition) { in setBit()597 void APInt::clearBit(unsigned bitPosition) { in clearBit()609 void APInt::flipBit(unsigned bitPosition) { in flipBit()