Searched defs:bitPosition (Results 1 – 4 of 4) sorted by relevance
106 static unsigned whichWord(unsigned bitPosition) { in whichWord()113 static unsigned whichBit(unsigned bitPosition) { in whichBit()122 static uint64_t maskBit(unsigned bitPosition) { in maskBit()151 uint64_t getWord(unsigned bitPosition) const { in getWord()
162 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
169 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
583 void APInt::setBit(unsigned bitPosition) { in setBit()592 void APInt::clearBit(unsigned bitPosition) { in clearBit()604 void APInt::flipBit(unsigned bitPosition) { in flipBit()