Searched refs:VarIndices (Results 1 – 2 of 2) sorted by relevance
471 Decomposed.VarIndices.clear(); in DecomposeGEPExpression()613 for (unsigned i = 0, e = Decomposed.VarIndices.size(); i != e; ++i) { in DecomposeGEPExpression()614 if (Decomposed.VarIndices[i].V == Index && in DecomposeGEPExpression()615 Decomposed.VarIndices[i].ZExtBits == ZExtBits && in DecomposeGEPExpression()616 Decomposed.VarIndices[i].SExtBits == SExtBits) { in DecomposeGEPExpression()617 Scale += Decomposed.VarIndices[i].Scale; in DecomposeGEPExpression()618 Decomposed.VarIndices.erase(Decomposed.VarIndices.begin() + i); in DecomposeGEPExpression()629 Decomposed.VarIndices.push_back(Entry); in DecomposeGEPExpression()1286 !DecompObject.VarIndices.empty()) in isGEPBaseAtNegativeOffset()1296 if (!DecompGEP.VarIndices.empty()) in isGEPBaseAtNegativeOffset()[all …]
144 SmallVector<VariableGEPIndex, 4> VarIndices; member188 constantOffsetHeuristic(const SmallVectorImpl<VariableGEPIndex> &VarIndices,