Searched refs:VariableGEPIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp127 struct VariableGEPIndex { struct in namespace:__anon9177
132 bool operator==(const VariableGEPIndex &Other) const {
137 bool operator!=(const VariableGEPIndex &Other) const {
235 SmallVectorImpl<VariableGEPIndex> &VarIndices,
353 VariableGEPIndex Entry = {Index, Extension,
371 static void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest,
372 const SmallVectorImpl<VariableGEPIndex> &Src) {
397 VariableGEPIndex Entry = { V, Extension, -Scale };
820 static bool areVarIndicesEqual(SmallVector<VariableGEPIndex, 4> &Indices1,
821 SmallVector<VariableGEPIndex,
[all...]

Completed in 45 milliseconds