Lines Matching defs:CurIdx
5643 unsigned CurIdx = 5;
5646 unsigned NumItems = Record[CurIdx++];
5648 bool isSingleNumber = Record[CurIdx++];
5653 ActiveWords = Record[CurIdx++];
5654 Low = readWideAPInt(ArrayRef(&Record[CurIdx], ActiveWords),
5656 CurIdx += ActiveWords;
5661 ActiveWords = Record[CurIdx++];
5662 APInt High = readWideAPInt(ArrayRef(&Record[CurIdx], ActiveWords),
5664 CurIdx += ActiveWords;
5675 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]);