Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14195 unsigned VecEltSize = VecEltVT.getSizeInBits(); in performExtractVectorEltCombine() local
14269 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()
14273 unsigned BitIndex = Idx->getZExtValue() * VecEltSize; in performExtractVectorEltCombine()