Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp234 uint64_t OriginalElementCount = VTy->getElementCount().getFixedValue(); in convertToOptType() local
235 for (unsigned I = 0; I < OriginalElementCount; I++) in convertToOptType()
238 for (uint64_t I = OriginalElementCount; I < ExpandedVecElementCount; I++) in convertToOptType()
239 ShuffleMask.push_back(OriginalElementCount); in convertToOptType()