Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp742 unsigned NumVecElems = 8 * SizeBytes / VecElemBits; in splitChainByAlignment() local
743 FixedVectorType *VecTy = FixedVectorType::get(VecElemTy, NumVecElems); in splitChainByAlignment()
748 VecElemBits * NumVecElems / 8, VecTy); in splitChainByAlignment()
749 if (TargetVF != VF && TargetVF < NumVecElems) { in splitChainByAlignment()
754 << " and TargetVF < NumVecElems=" << NumVecElems << "\n"); in splitChainByAlignment()