HomeSort by: relevance | last modified time | path
    Searched refs:VariableGEPIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 103 struct VariableGEPIndex {
139 SmallVector<VariableGEPIndex, 4> VarIndices;
200 constantOffsetHeuristic(const SmallVectorImpl<VariableGEPIndex> &VarIndices,
207 void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest,
208 const SmallVectorImpl<VariableGEPIndex> &Src);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 581 VariableGEPIndex Entry = {LE.Val.V, LE.Val.ZExtBits, LE.Val.SExtBits,
1205 const VariableGEPIndex &Var = DecompGEP1.VarIndices[0];
1213 const VariableGEPIndex &Var0 = DecompGEP1.VarIndices[0];
1214 const VariableGEPIndex &Var1 = DecompGEP1.VarIndices[1];
1683 SmallVectorImpl<VariableGEPIndex> &Dest,
1684 const SmallVectorImpl<VariableGEPIndex> &Src) {
1712 VariableGEPIndex Entry = {V, ZExtBits, SExtBits, -Scale, Src[i].CxtI};
1719 const SmallVectorImpl<VariableGEPIndex> &VarIndices,
1729 const VariableGEPIndex &Var0 = VarIndices[0], &Var1 = VarIndices[1];

Completed in 19 milliseconds