Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp925 auto *WholeVT = dyn_cast<FixedVectorType>(Whole->getType()); in insertSlice() local
926 if (!WholeVT) in insertSlice()
928 if (S.Length == WholeVT->getNumElements() && S.Index == 0) in insertSlice()