Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp311 unsigned VecElemSize = DL.getTypeAllocSize(VecElemTy); in GEPToVectorIndex() local
319 if (!ConstOffset.isZero() || VarOffset.second != VecElemSize) in GEPToVectorIndex()
326 APInt::udivrem(ConstOffset, VecElemSize, Quot, Rem); in GEPToVectorIndex()