Home
last modified time | relevance | path

Searched refs:TmpList (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp850 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
856 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
861 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
863 ResList = TmpList; in concatenateVectors()