Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:Slot

48   /// The key of this vector is the placeholder constant, the value is the slot
277 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
279 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
281 if (Slot == Record.size()) return true;
282 unsigned ValNo = (unsigned)Record[Slot++];
288 } else if (Slot == Record.size()) {
292 unsigned TypeNo = (unsigned)Record[Slot++];
296 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
298 if (Slot == Record.size()) return true;
299 unsigned ValNo = (unsigned)Record[Slot++];