Lines Matching refs:VariableGEPIndex
505 struct VariableGEPIndex { struct
520 bool hasNegatedScaleOf(const VariableGEPIndex &Other) const { in hasNegatedScaleOf() argument
550 SmallVector<VariableGEPIndex, 4> VarIndices;
728 VariableGEPIndex Entry = {LE.Val, Scale, CxtI, LE.IsNSW, in DecomposeGEPExpression()
1213 const VariableGEPIndex &ScalableVar = DecompGEP1.VarIndices[0]; in aliasGEP()
1247 const VariableGEPIndex &Index = DecompGEP1.VarIndices[i]; in aliasGEP()
1309 const VariableGEPIndex &Var = DecompGEP1.VarIndices[0]; in aliasGEP()
1314 auto MultiplyByScaleNoWrap = [](const VariableGEPIndex &Var) { in aliasGEP()
1340 const VariableGEPIndex &Var0 = DecompGEP1.VarIndices[0]; in aliasGEP()
1341 const VariableGEPIndex &Var1 = DecompGEP1.VarIndices[1]; in aliasGEP()
1841 for (const VariableGEPIndex &Src : SrcGEP.VarIndices) { in subtractDecomposedGEPs()
1846 VariableGEPIndex &Dest = I.value(); in subtractDecomposedGEPs()
1873 VariableGEPIndex Entry = {Src.Val, Src.Scale, Src.CxtI, Src.IsNSW, in subtractDecomposedGEPs()
1893 const VariableGEPIndex &Var0 = GEP.VarIndices[0], &Var1 = GEP.VarIndices[1]; in constantOffsetHeuristic()