Searched refs:VarIndices (Results 1 – 2 of 2) sorted by relevance
337 SmallVectorImpl<VariableGEPIndex> &VarIndices, bool &MaxLookupReached, in DecomposeGEPExpression() argument437 for (unsigned i = 0, e = VarIndices.size(); i != e; ++i) { in DecomposeGEPExpression()438 if (VarIndices[i].V == Index && VarIndices[i].ZExtBits == ZExtBits && in DecomposeGEPExpression()439 VarIndices[i].SExtBits == SExtBits) { in DecomposeGEPExpression()440 Scale += VarIndices[i].Scale; in DecomposeGEPExpression()441 VarIndices.erase(VarIndices.begin() + i); in DecomposeGEPExpression()456 VarIndices.push_back(Entry); in DecomposeGEPExpression()1507 const SmallVectorImpl<VariableGEPIndex> &VarIndices, uint64_t V1Size, in constantOffsetHeuristic() argument1510 if (VarIndices.size() != 2 || V1Size == MemoryLocation::UnknownSize || in constantOffsetHeuristic()1514 const VariableGEPIndex &Var0 = VarIndices[0], &Var1 = VarIndices[1]; in constantOffsetHeuristic()
142 SmallVectorImpl<VariableGEPIndex> &VarIndices,154 constantOffsetHeuristic(const SmallVectorImpl<VariableGEPIndex> &VarIndices,