Home | History | Annotate | Download | only in Reader

Lines Matching refs:CurIdx

2506         unsigned CurIdx = 5;
2509 unsigned NumItems = Record[CurIdx++];
2511 bool isSingleNumber = Record[CurIdx++];
2516 ActiveWords = Record[CurIdx++];
2517 Low = ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2519 CurIdx += ActiveWords;
2524 ActiveWords = Record[CurIdx++];
2526 ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2531 CurIdx += ActiveWords;
2535 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]);