Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp377 APInt IndexScale(Width, 0), IndexOffset(Width, 0); in DecomposeGEPExpression() local
378 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension, DL, in DecomposeGEPExpression()
384 Scale *= IndexScale.getSExtValue(); in DecomposeGEPExpression()