Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp705 VectorType *VecTy1 = dyn_cast<VectorType>(V1->getType()); in concatenateTwoVectors() local
707 assert(VecTy1 && VecTy2 && in concatenateTwoVectors()
708 VecTy1->getScalarType() == VecTy2->getScalarType() && in concatenateTwoVectors()
711 unsigned NumElts1 = VecTy1->getNumElements(); in concatenateTwoVectors()