Lines Matching defs:CurIdx
5736 unsigned CurIdx = 5;
5739 unsigned NumItems = Record[CurIdx++];
5741 bool isSingleNumber = Record[CurIdx++];
5746 ActiveWords = Record[CurIdx++];
5747 Low = readWideAPInt(ArrayRef(&Record[CurIdx], ActiveWords),
5749 CurIdx += ActiveWords;
5754 ActiveWords = Record[CurIdx++];
5755 APInt High = readWideAPInt(ArrayRef(&Record[CurIdx], ActiveWords),
5757 CurIdx += ActiveWords;
5768 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]);