Searched refs:IndexScale (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 347 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/ |
D | BasicAliasAnalysis.cpp | 446 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()
|