Searched refs:ArraySizeScale (Results 1 – 1 of 1) sorted by relevance
133 unsigned ArraySizeScale; in PromoteCastOfAllocation() local136 decomposeSimpleLinearExpr(AI.getOperand(0), ArraySizeScale, ArrayOffset); in PromoteCastOfAllocation()140 if ((AllocElTySize*ArraySizeScale) % CastElTySize != 0 || in PromoteCastOfAllocation()144 assert(!AllocIsScalable || (ArrayOffset == 1 && ArraySizeScale == 0)); in PromoteCastOfAllocation()146 unsigned Scale = (AllocElTySize*ArraySizeScale)/CastElTySize; in PromoteCastOfAllocation()