Lines Matching defs:VariableGEPIndex
500 struct VariableGEPIndex {
515 bool hasNegatedScaleOf(const VariableGEPIndex &Other) const {
545 SmallVector<VariableGEPIndex, 4> VarIndices;
722 VariableGEPIndex Entry = {LE.Val, Scale, CxtI, LE.IsNSW,
1207 const VariableGEPIndex &ScalableVar = DecompGEP1.VarIndices[0];
1255 const VariableGEPIndex &Index = DecompGEP1.VarIndices[i];
1317 const VariableGEPIndex &Var = DecompGEP1.VarIndices[0];
1322 auto MultiplyByScaleNoWrap = [](const VariableGEPIndex &Var) {
1348 const VariableGEPIndex &Var0 = DecompGEP1.VarIndices[0];
1349 const VariableGEPIndex &Var1 = DecompGEP1.VarIndices[1];
1855 for (const VariableGEPIndex &Src : SrcGEP.VarIndices) {
1860 VariableGEPIndex &Dest = I.value();
1892 VariableGEPIndex Entry = {Src.Val, Src.Scale, Src.CxtI, Src.IsNSW,
1915 const VariableGEPIndex &Var0 = GEP.VarIndices[0], &Var1 = GEP.VarIndices[1];