Searched refs:TmpList (Results 1 – 1 of 1) sorted by relevance
1002 SmallVector<Value *, 8> TmpList; in concatenateVectors() local1008 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()1013 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()1015 ResList = TmpList; in concatenateVectors()