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.cpp13382 unsigned VecEltSize = VecEltVT.getSizeInBits(); in performExtractVectorEltCombine() local
13456 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()
13460 unsigned BitIndex = Idx->getZExtValue() * VecEltSize; in performExtractVectorEltCombine()