Searched refs:V0EltSize (Results 1 – 1 of 1) sorted by relevance
8499 const unsigned V0EltSize = V0EltVT.getSizeInBits(); in lowerVectorShuffleAsTruncBroadcast() local8502 if (V0EltSize <= EltSize) in lowerVectorShuffleAsTruncBroadcast()8505 assert(((V0EltSize % EltSize) == 0) && in lowerVectorShuffleAsTruncBroadcast()8509 const unsigned Scale = V0EltSize / EltSize; in lowerVectorShuffleAsTruncBroadcast()