Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp761 unsigned TargetVF = GetVectorFactor(VF, VecElemBits, in splitChainByAlignment() local
763 if (TargetVF != VF && TargetVF < NumVecElems) { in splitChainByAlignment()
767 << TargetVF << " != VF=" << VF in splitChainByAlignment()