Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp452 APInt OffsetQuot; in GEPToVectorIndex() local
453 APInt::udivrem(VarOffset.second, VecElemSize, OffsetQuot, Rem); in GEPToVectorIndex()
454 if (Rem != 0 || OffsetQuot.isZero()) in GEPToVectorIndex()
462 if (!OffsetQuot.isOne()) { in GEPToVectorIndex()
464 ConstantInt::get(OffsetType, OffsetQuot.getZExtValue()); in GEPToVectorIndex()