Lines Matching defs:Var1
1349 const VariableGEPIndex &Var1 = DecompGEP1.VarIndices[1];
1350 if (Var0.hasNegatedScaleOf(Var1) && Var0.Val.TruncBits == 0 &&
1351 Var0.Val.hasSameCastsAs(Var1.Val) && !AAQI.MayBeCrossIteration &&
1352 isKnownNonEqual(Var0.Val.V, Var1.Val.V, DL, &AC, /* CxtI */ nullptr,
1915 const VariableGEPIndex &Var0 = GEP.VarIndices[0], &Var1 = GEP.VarIndices[1];
1917 if (Var0.Val.TruncBits != 0 || !Var0.Val.hasSameCastsAs(Var1.Val) ||
1918 !Var0.hasNegatedScaleOf(Var1) ||
1919 Var0.Val.V->getType() != Var1.Val.V->getType())
1922 // We'll strip off the Extensions of Var0 and Var1 and do another round
1929 GetLinearExpression(CastedValue(Var1.Val.V), DL, 0, AC, DT);
1934 // We have a hit - Var0 and Var1 only differ by a constant offset!
1937 // Var1 is possible to calculate, but we're just interested in the absolute