Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1526 APInt V0Scale(Width, 0), V0Offset(Width, 0), V1Scale(Width, 0), in constantOffsetHeuristic() local
1530 const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits, in constantOffsetHeuristic()
1547 APInt MinDiff = V0Offset - V1Offset, Wrapped = -MinDiff; in constantOffsetHeuristic()