Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1068 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP() local
1071 if (DecompGEP1.Base == GEP1 && DecompGEP2.Base == V2) in aliasGEP()
1076 subtractDecomposedGEPs(DecompGEP1, DecompGEP2, AAQI); in aliasGEP()
1085 isBaseOfObject(DecompGEP2.Base)) in aliasGEP()
1090 if (*DecompGEP2.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()
1101 MemoryLocation(DecompGEP2.Base, V2Size), AAQI); in aliasGEP()
1106 MemoryLocation::getBeforeOrAfter(DecompGEP2.Base), AAQI); in aliasGEP()