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.cpp228 uint64_t OriginalElementCount = VTy->getElementCount().getFixedValue(); in convertToOptType() local
229 for (unsigned I = 0; I < OriginalElementCount; I++) in convertToOptType()
232 for (uint64_t I = OriginalElementCount; I < ExpandedVecElementCount; I++) in convertToOptType()
233 ShuffleMask.push_back(OriginalElementCount); in convertToOptType()