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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp911 SmallVector<VariableGEPIndex, 4> GEP1VariableIndices; local
938 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices,
953 GEP1VariableIndices == GEP2VariableIndices)
955 GEP1VariableIndices.clear();
968 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices,
1002 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices);
1025 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices,
1045 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty())
1052 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) {
1077 if (!GEP1VariableIndices
[all...]

Completed in 45 milliseconds