Searched refs:OffsetQuot (Results 1 – 1 of 1) sorted by relevance
452 APInt OffsetQuot; in GEPToVectorIndex() local453 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()