Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp171 struct VariableGEPIndex { struct
176 bool operator==(const VariableGEPIndex &Other) const { in operator ==() argument
181 bool operator!=(const VariableGEPIndex &Other) const { in operator !=() argument
294 SmallVectorImpl<VariableGEPIndex> &VarIndices, in DecomposeGEPExpression()
407 VariableGEPIndex Entry = {Index, Extension, in DecomposeGEPExpression()
545 void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest,
546 const SmallVectorImpl<VariableGEPIndex> &Src);
993 SmallVector<VariableGEPIndex, 4> GEP1VariableIndices; in aliasGEP()
1035 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; in aliasGEP()
1074 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; in aliasGEP()
[all …]