Home | History | Annotate | Download | only in Analysis

Lines Matching full:var1

1620   const VariableGEPIndex &Var0 = VarIndices[0], &Var1 = VarIndices[1];
1622 if (Var0.ZExtBits != Var1.ZExtBits || Var0.SExtBits != Var1.SExtBits ||
1623 Var0.Scale != -Var1.Scale)
1626 unsigned Width = Var1.V->getType()->getIntegerBitWidth();
1628 // We'll strip off the Extensions of Var0 and Var1 and do another round
1640 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits,
1647 // We have a hit - Var0 and Var1 only differ by a constant offset!
1650 // Var1 is possible to calculate, but we're just interested in the absolute