Home
last modified time | relevance | path

Searched refs:VarIndices (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp471 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h144 SmallVector<VariableGEPIndex, 4> VarIndices; member
188 constantOffsetHeuristic(const SmallVectorImpl<VariableGEPIndex> &VarIndices,