Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1035 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; in aliasGEP() local
1037 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, in aliasGEP()
1055 GEP1VariableIndices == GEP2VariableIndices) in aliasGEP()
1074 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; in aliasGEP() local
1076 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, in aliasGEP()
1104 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices); in aliasGEP()