Searched refs:DecompGEP2 (Results 1 – 1 of 1) sorted by relevance
1103 DecomposedGEP DecompGEP2 = DecomposeGEPExpression(V2, DL, &AC, DT); in aliasGEP() local1106 if (DecompGEP1.Base == GEP1 && DecompGEP2.Base == V2) in aliasGEP()1110 if (DecompGEP1.Offset.getBitWidth() != DecompGEP2.Offset.getBitWidth()) in aliasGEP()1114 if (DecompGEP1.VarIndices.size() < DecompGEP2.VarIndices.size()) { in aliasGEP()1115 std::swap(DecompGEP1, DecompGEP2); in aliasGEP()1122 subtractDecomposedGEPs(DecompGEP1, DecompGEP2, AAQI); in aliasGEP()1132 isBaseOfObject(DecompGEP2.Base)) in aliasGEP()1136 if (DecompGEP2.NWFlags.isInBounds() && DecompGEP1.VarIndices.empty() && in aliasGEP()1146 MemoryLocation(DecompGEP2.Base, V2Size), AAQI); in aliasGEP()1151 MemoryLocation::getBeforeOrAfter(DecompGEP2.Base), AAQI); in aliasGEP()