Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1099 DecomposedGEP DecompGEP1 = DecomposeGEPExpression(GEP1, DL, &AC, DT); in aliasGEP() local
1103 if (DecompGEP1.Base == GEP1 && DecompGEP2.Base == V2) in aliasGEP()
1108 subtractDecomposedGEPs(DecompGEP1, DecompGEP2, AAQI); in aliasGEP()
1114 if (*DecompGEP1.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()
1116 DecompGEP1.Offset.sge(V2Size.getValue()) && in aliasGEP()
1122 if (*DecompGEP2.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()
1124 DecompGEP1.Offset.sle(-V1Size.getValue()) && in aliasGEP()
1125 isBaseOfObject(DecompGEP1.Base)) in aliasGEP()
1131 if (DecompGEP1.Offset == 0 && DecompGEP1.VarIndices.empty()) in aliasGEP()
1132 return AAQI.AAR.alias(MemoryLocation(DecompGEP1.Base, V1Size), in aliasGEP()
[all …]