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

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp871 SmallVector<VariableGEPIndex, 4> GEP1VariableIndices; local
898 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices,
913 GEP1VariableIndices == GEP2VariableIndices)
915 GEP1VariableIndices.clear();
927 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices,
951 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices);
973 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices,
994 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty())
1001 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) {
1027 if (!GEP1VariableIndices
[all...]

Completed in 93 milliseconds