Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1228 const VariableGEPIndex &Var1 = DecompGEP1.VarIndices[1]; in aliasGEP() local
1229 if (Var0.Scale == -Var1.Scale && Var0.ZExtBits == Var1.ZExtBits && in aliasGEP()
1230 Var0.SExtBits == Var1.SExtBits && VisitedPhiBBs.empty() && in aliasGEP()
1231 isKnownNonEqual(Var0.V, Var1.V, DL, &AC, /* CxtI */ nullptr, DT)) in aliasGEP()
1747 const VariableGEPIndex &Var0 = VarIndices[0], &Var1 = VarIndices[1]; in constantOffsetHeuristic() local
1749 if (Var0.ZExtBits != Var1.ZExtBits || Var0.SExtBits != Var1.SExtBits || in constantOffsetHeuristic()
1750 Var0.Scale != -Var1.Scale || Var0.V->getType() != Var1.V->getType()) in constantOffsetHeuristic()
1760 GetLinearExpression(ExtendedValue(Var1.V), DL, 0, AC, DT); in constantOffsetHeuristic()