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

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp893 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; local
895 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices,
913 GEP1VariableIndices == GEP2VariableIndices)
932 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; local
934 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices,
951 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices);

Completed in 51 milliseconds