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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp912 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; local
914 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, TD);
926 areVarIndicesEqual(GEP1VariableIndices, GEP2VariableIndices))
943 SmallVector<VariableGEPIndex, 4> GEP2VariableIndices; local
945 DecomposeGEPExpression(GEP2, GEP2BaseOffset, GEP2VariableIndices, TD);
958 GetIndexDifference(GEP1VariableIndices, GEP2VariableIndices);

Completed in 43 milliseconds