Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp733 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
739 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
744 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
746 ResList = TmpList; in concatenateVectors()