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

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp865 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; local
867 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, TD);
879 areVarIndicesEqual(GEP1VariableIndices, GEP2VariableIndices))
900 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; local
902 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, TD);
915 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices);

Completed in 38 milliseconds