Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp975 VectorType *VecTy2 = dyn_cast<VectorType>(V2->getType()); in concatenateTwoVectors() local
976 assert(VecTy1 && VecTy2 && in concatenateTwoVectors()
977 VecTy1->getScalarType() == VecTy2->getScalarType() && in concatenateTwoVectors()
981 unsigned NumElts2 = cast<FixedVectorType>(VecTy2)->getNumElements(); in concatenateTwoVectors()