Searched refs:DecompGEP1 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1023 DecomposedGEP DecompGEP1, DecompGEP2; in aliasGEP() local 1025 DecomposeGEPExpression(GEP1, DecompGEP1, DL, &AC, DT); in aliasGEP() 1029 int64_t GEP1BaseOffset = DecompGEP1.StructOffset + DecompGEP1.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() 1137 if (GEP1BaseOffset == 0 && DecompGEP1.VarIndices.empty()) in aliasGEP() 1144 if (GEP1BaseOffset != 0 && DecompGEP1.VarIndices.empty()) { in aliasGEP() [all …]
|