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

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp847 int64_t GEP1BaseOffset; local
869 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
878 if (GEP1BaseOffset == GEP2BaseOffset &&
897 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
914 GEP1BaseOffset -= GEP2BaseOffset;
937 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
954 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty())
961 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) {
962 if (GEP1BaseOffset >= 0) {
964 if ((uint64_t)GEP1BaseOffset < V2Siz
[all...]

Completed in 41 milliseconds