Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1038 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP() local
1043 !DecompGEP2.HasCompileTimeConstantScale) in aliasGEP()
1046 assert(DecompGEP1.Base == UnderlyingV1 && DecompGEP2.Base == UnderlyingV2 && in aliasGEP()
1052 DecompGEP1.Offset -= DecompGEP2.Offset; in aliasGEP()
1053 GetIndexDifference(DecompGEP1.VarIndices, DecompGEP2.VarIndices); in aliasGEP()
1059 isBaseOfObject(DecompGEP2.Base)) in aliasGEP()
1064 if (*DecompGEP2.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()