Searched defs:GEP1VariableIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp859 SmallVector<VariableGEPIndex, 4> GEP1VariableIndices; local
876 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
895 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices);
917 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
935 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty())
942 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) {
960 if (!GEP1VariableIndices.empty()) {
962 for (unsigned i = 0, e = GEP1VariableIndices.size(); i != e; ++i)
963 Modulo |= (uint64_t)GEP1VariableIndices[i].Scale;

Completed in 35 milliseconds