Searched refs:DestGEP (Results 1 – 3 of 3) sorted by relevance
650 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in copyIRFlags() local651 DestGEP->setNoWrapFlags(SrcGEP->getNoWrapFlags() | in copyIRFlags()652 DestGEP->getNoWrapFlags()); in copyIRFlags()691 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in andIRFlags() local692 DestGEP->setNoWrapFlags(SrcGEP->getNoWrapFlags() & in andIRFlags()693 DestGEP->getNoWrapFlags()); in andIRFlags()
125 void subtractDecomposedGEPs(DecomposedGEP &DestGEP,
1837 void BasicAAResult::subtractDecomposedGEPs(DecomposedGEP &DestGEP, in subtractDecomposedGEPs() argument1840 DestGEP.Offset -= SrcGEP.Offset; in subtractDecomposedGEPs()1845 for (auto I : enumerate(DestGEP.VarIndices)) { in subtractDecomposedGEPs()1865 DestGEP.VarIndices.erase(DestGEP.VarIndices.begin() + I.index()); in subtractDecomposedGEPs()1875 DestGEP.VarIndices.push_back(Entry); in subtractDecomposedGEPs()