Searched refs:DecompGEP2 (Results 1 – 1 of 1) sorted by relevance
1100 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP() local1103 if (DecompGEP1.Base == GEP1 && DecompGEP2.Base == V2) in aliasGEP()1108 subtractDecomposedGEPs(DecompGEP1, DecompGEP2, AAQI); in aliasGEP()1117 isBaseOfObject(DecompGEP2.Base)) in aliasGEP()1122 if (*DecompGEP2.InBounds && DecompGEP1.VarIndices.empty() && in aliasGEP()1133 MemoryLocation(DecompGEP2.Base, V2Size), AAQI); in aliasGEP()1138 MemoryLocation::getBeforeOrAfter(DecompGEP2.Base), AAQI); in aliasGEP()