Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp131 unsigned ArraySizeScale; in PromoteCastOfAllocation() local
134 decomposeSimpleLinearExpr(AI.getOperand(0), ArraySizeScale, ArrayOffset); in PromoteCastOfAllocation()
138 if ((AllocElTySize*ArraySizeScale) % CastElTySize != 0 || in PromoteCastOfAllocation()
142 assert(!AllocIsScalable || (ArrayOffset == 1 && ArraySizeScale == 0)); in PromoteCastOfAllocation()
144 unsigned Scale = (AllocElTySize*ArraySizeScale)/CastElTySize; in PromoteCastOfAllocation()