Searched refs:LastIdx (Results 1 – 5 of 5) sorted by relevance
174 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local175 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
187 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local188 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
1711 for (unsigned LastIdx = 0, Idx = 1, Size = Factors.size(); in buildMinimalMultiplyDAG() local1713 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG()1714 LastIdx = Idx; in buildMinimalMultiplyDAG()1722 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()1726 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG()1730 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()1734 LastIdx = Idx; in buildMinimalMultiplyDAG()
516 SlotIndex LastIdx; in shrinkToUses() local530 if (Idx == LastIdx) in shrinkToUses()532 LastIdx = Idx; in shrinkToUses()
6691 unsigned LastIdx = finished ? NextIdx-1 : NextIdx-2; in annotatePreprocessorTokens() local6692 assert(TokIdx <= LastIdx); in annotatePreprocessorTokens()6694 SourceLocation::getFromRawEncoding(Tokens[LastIdx].int_data[1]); in annotatePreprocessorTokens()6698 for (; TokIdx <= LastIdx; ++TokIdx) in annotatePreprocessorTokens()