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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DBasicAliasAnalysis.cpp848 SmallVector<VariableGEPIndex, 4> GEP1VariableIndices; local
869 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
879 areVarIndicesEqual(GEP1VariableIndices, GEP2VariableIndices))
881 GEP1VariableIndices.clear();
897 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
915 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices);
937 DecomposeGEPExpression(GEP1, GEP1BaseOffset, GEP1VariableIndices, TD);
954 if (GEP1BaseOffset == 0 && GEP1VariableIndices.empty())
961 if (GEP1BaseOffset != 0 && GEP1VariableIndices.empty()) {
979 if (!GEP1VariableIndices
[all...]

Completed in 168 milliseconds