Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1023 DecomposedGEP DecompGEP1, DecompGEP2; in aliasGEP() local
1027 DecomposeGEPExpression(V2, DecompGEP2, DL, &AC, DT); in aliasGEP()
1030 int64_t GEP2BaseOffset = DecompGEP2.StructOffset + DecompGEP2.OtherOffset; in aliasGEP()
1032 assert(DecompGEP1.Base == UnderlyingV1 && DecompGEP2.Base == UnderlyingV2 && in aliasGEP()
1040 isGEPBaseAtNegativeOffset(GEP1, DecompGEP1, DecompGEP2, V2Size)) in aliasGEP()
1049 isGEPBaseAtNegativeOffset(GEP2, DecompGEP2, DecompGEP1, V1Size)) in aliasGEP()
1071 DecompGEP1.VarIndices == DecompGEP2.VarIndices) in aliasGEP()
1104 GetIndexDifference(DecompGEP1.VarIndices, DecompGEP2.VarIndices); in aliasGEP()