Searched refs:VecEltSize (Results 1 – 1 of 1) sorted by relevance
14195 unsigned VecEltSize = VecEltVT.getSizeInBits(); in performExtractVectorEltCombine() local14269 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()14273 unsigned BitIndex = Idx->getZExtValue() * VecEltSize; in performExtractVectorEltCombine()