reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
216 if (WantedBits == CharWidth) { 237 UpdateMask.setBits(CharWidth - OffsetWithinChar - WantedBits, 240 UpdateMask.setBits(OffsetWithinChar, OffsetWithinChar + WantedBits); 267 if (WantedBits == Bits.getBitWidth()) 272 Bits.lshrInPlace(WantedBits); 273 Bits = Bits.trunc(Bits.getBitWidth() - WantedBits);