Lines Matching refs:VariableGEPIndex
171 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()
1557 SmallVectorImpl<VariableGEPIndex> &Dest, in GetIndexDifference()
1558 const SmallVectorImpl<VariableGEPIndex> &Src) { in GetIndexDifference()
1586 VariableGEPIndex Entry = { V, Extension, -Scale }; in GetIndexDifference()