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