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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp890 int64_t GEP1BaseOffset; local
916 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
925 if (GEP1BaseOffset == GEP2BaseOffset &&
940 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
957 GEP1BaseOffset -= GEP2BaseOffset;
980 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
997 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty())
1004 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) {
1005 if (GEP1BaseOffset >= 0) {
1007 if ((uint64_t)GEP1BaseOffset < V2Siz
[all...]

Completed in 68 milliseconds