Searched refs:V0Scale (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1632 APInt V0Scale(Width, 0), V0Offset(Width, 0), V1Scale(Width, 0), in constantOffsetHeuristic() local 1636 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic() 1643 if (V0Scale != V1Scale || V0ZExtBits != V1ZExtBits || in constantOffsetHeuristic()
|