Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp347 APInt IndexScale(Width, 0), IndexOffset(Width, 0); in DecomposeGEPExpression() local
348 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension, in DecomposeGEPExpression()
354 Scale *= IndexScale.getSExtValue(); in DecomposeGEPExpression()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp446 APInt IndexScale(Width, 0), IndexOffset(Width, 0); in DecomposeGEPExpression() local
448 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
454 Scale *= IndexScale.getSExtValue(); in DecomposeGEPExpression()