Searched refs:CurIdx (Results 1 – 4 of 4) sorted by relevance
461 unsigned CurIdx = 0; in doMerge() local476 ++CurIdx; in doMerge()480 StructIdxs.push_back(CurIdx++); in doMerge()
4381 unsigned CurIdx = 5; in parseFunctionBody() local4384 unsigned NumItems = Record[CurIdx++]; in parseFunctionBody()4386 bool isSingleNumber = Record[CurIdx++]; in parseFunctionBody()4391 ActiveWords = Record[CurIdx++]; in parseFunctionBody()4392 Low = readWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords), in parseFunctionBody()4394 CurIdx += ActiveWords; in parseFunctionBody()4399 ActiveWords = Record[CurIdx++]; in parseFunctionBody()4401 makeArrayRef(&Record[CurIdx], ActiveWords), ValueBitWidth); in parseFunctionBody()4402 CurIdx += ActiveWords; in parseFunctionBody()4413 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]); in parseFunctionBody()
1629 unsigned CurIdx = 1; in getIndexedTypeInternal() local1630 for (; CurIdx != IdxList.size(); ++CurIdx) { in getIndexedTypeInternal()1633 IndexTy Index = IdxList[CurIdx]; in getIndexedTypeInternal()1637 return CurIdx == IdxList.size() ? Agg : nullptr; in getIndexedTypeInternal()
1809 auto AddToWorklist = [&](unsigned CurIdx, SDNode *Op, unsigned OpNumber) { in visitTokenFactor() argument1821 for (unsigned i = CurIdx + 1; i < Worklist.size(); ++i) { in visitTokenFactor()