Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp423 APInt IndexScale(Width, 0), IndexOffset(Width, 0); in DecomposeGEPExpression() local
425 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
431 Scale *= IndexScale.getSExtValue(); in DecomposeGEPExpression()