Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp918 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; in aliasGEP() local
920 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, in aliasGEP()
938 GEP1VariableIndices == GEP2VariableIndices) in aliasGEP()
958 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; in aliasGEP() local
960 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, in aliasGEP()
987 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices); in aliasGEP()