Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1118 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP() local
1121 if (DecompGEP1.Base == GEP1 && DecompGEP2.Base == V2) in aliasGEP()
1126 subtractDecomposedGEPs(DecompGEP1, DecompGEP2); in aliasGEP()
1132 isBaseOfObject(DecompGEP2.Base)) in aliasGEP()
1137 if (*DecompGEP2.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()
1147 MemoryLocation(DecompGEP2.Base, V2Size), in aliasGEP()
1153 MemoryLocation::getBeforeOrAfter(DecompGEP2.Base), AAQI); in aliasGEP()