Home | History | Annotate | Download | only in Reader

Lines Matching full:curidx

2378         unsigned CurIdx = 5;
2381 unsigned NumItems = Record[CurIdx++];
2383 bool isSingleNumber = Record[CurIdx++];
2388 ActiveWords = Record[CurIdx++];
2389 Low = ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2391 CurIdx += ActiveWords;
2396 ActiveWords = Record[CurIdx++];
2398 ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2403 CurIdx += ActiveWords;
2407 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]);