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.cpp747 unsigned TargetVF = getVectorFactor(VF, VecElemBits, in splitChainByAlignment() local
749 if (TargetVF != VF && TargetVF < NumVecElems) { in splitChainByAlignment()
753 << TargetVF << " != VF=" << VF in splitChainByAlignment()