Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp991 int64_t GEP1BaseOffset; in aliasGEP() local
1040 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, in aliasGEP()
1054 if (GEP1BaseOffset == GEP2BaseOffset && in aliasGEP()
1069 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, in aliasGEP()
1103 GEP1BaseOffset -= GEP2BaseOffset; in aliasGEP()
1126 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, in aliasGEP()
1147 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty()) in aliasGEP()
1154 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) { in aliasGEP()
1155 if (GEP1BaseOffset >= 0) { in aliasGEP()
1157 if ((uint64_t)GEP1BaseOffset < V2Size) in aliasGEP()
[all …]