Lines Matching refs:NumBits
295 unsigned NumBits; // number of bits to filter member in __anoncf345abb0311::Filter
479 unsigned NumBits) const;
573 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
582 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
583 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
596 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
627 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) in recurse()
648 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) { in recurse()
691 TableInfo.Table.push_back(NumBits); in emitTableEntry()
1035 unsigned StartBit, unsigned NumBits) const { in fieldFromInsn()
1038 for (unsigned i = 0; i < NumBits; ++i) { in fieldFromInsn()
1429 unsigned NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonTableEntry() local
1432 TableInfo.Table.push_back(NumBits); in emitSingletonTableEntry()