Searched refs:SimpVect (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp621 // Simplified addends are placed <SimpVect>.
622 AddendVect SimpVect; local
637 unsigned StartIdx = SimpVect.size();
638 SimpVect.push_back(ThisAddend);
653 SimpVect.push_back(T);
658 if (StartIdx + 1 != SimpVect.size()) {
660 R = *SimpVect[StartIdx];
661 for (unsigned Idx = StartIdx + 1; Idx < SimpVect.size(); Idx++)
662 R += *SimpVect[Idx];
665 SimpVect
[all...]

Completed in 122 milliseconds