Home | History | Annotate | Download | only in Reader

Lines Matching refs:CurIdx

2664         unsigned CurIdx = 5;
2667 unsigned NumItems = Record[CurIdx++];
2669 bool isSingleNumber = Record[CurIdx++];
2674 ActiveWords = Record[CurIdx++];
2675 Low = ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2677 CurIdx += ActiveWords;
2682 ActiveWords = Record[CurIdx++];
2684 ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2686 CurIdx += ActiveWords;
2697 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]);