Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1215 VectorType *VecTy1 = dyn_cast<VectorType>(V1->getType()); in concatenateTwoVectors() local
1217 assert(VecTy1 && VecTy2 && in concatenateTwoVectors()
1218 VecTy1->getScalarType() == VecTy2->getScalarType() && in concatenateTwoVectors()
1221 unsigned NumElts1 = cast<FixedVectorType>(VecTy1)->getNumElements(); in concatenateTwoVectors()