Lines Matching defs:DestGEP
1846 void BasicAAResult::subtractDecomposedGEPs(DecomposedGEP &DestGEP,
1851 if (DestGEP.Offset.ult(SrcGEP.Offset))
1852 DestGEP.NWFlags = DestGEP.NWFlags.withoutNoUnsignedWrap();
1854 DestGEP.Offset -= SrcGEP.Offset;
1859 for (auto I : enumerate(DestGEP.VarIndices)) {
1879 DestGEP.NWFlags = DestGEP.NWFlags.withoutNoUnsignedWrap();
1884 DestGEP.VarIndices.erase(DestGEP.VarIndices.begin() + I.index());
1894 DestGEP.VarIndices.push_back(Entry);
1897 DestGEP.NWFlags = DestGEP.NWFlags.withoutNoUnsignedWrap();