Home | History | Annotate | Download | only in Frontend

Lines Matching full:numbits

1590 void ModuleSignature::add(uint64_t Value, unsigned int NumBits) {
1592 if (CurBit + NumBits < 64) {
1593 CurBit += NumBits;
1604 CurBit = (CurBit+NumBits) & 63;