Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp869 int64_t GEP1BaseOffset; in aliasGEP() local
898 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, in aliasGEP()
912 if (GEP1BaseOffset == GEP2BaseOffset && in aliasGEP()
927 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, in aliasGEP()
950 GEP1BaseOffset -= GEP2BaseOffset; in aliasGEP()
973 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, in aliasGEP()
994 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty()) in aliasGEP()
1001 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) { in aliasGEP()
1002 if (GEP1BaseOffset >= 0) { in aliasGEP()
1004 if ((uint64_t)GEP1BaseOffset < V2Size) in aliasGEP()
[all …]