Searched refs:PtrOp (Results 1 – 4 of 4) sorted by relevance
1685 Value *PtrOp = GEP.getOperand(0); in visitGetElementPtrInst() local1730 if (auto *PN = dyn_cast<PHINode>(PtrOp)) { in visitGetElementPtrInst()1836 PtrOp = NewGEP; in visitGetElementPtrInst()1842 if (auto *Src = dyn_cast<GEPOperator>(PtrOp)) { in visitGetElementPtrInst()1884 Builder.SetInsertPoint(cast<Instruction>(PtrOp)); in visitGetElementPtrInst()1989 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst()2008 Value *StrippedPtr = PtrOp->stripPointerCasts(); in visitGetElementPtrInst()2011 if (StrippedPtr != PtrOp) { in visitGetElementPtrInst()2185 Value *ASCStrippedPtrOp = PtrOp; in visitGetElementPtrInst()2186 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(PtrOp)) { in visitGetElementPtrInst()[all …]
348 Value *PtrOp = GepI->getPointerOperand(); in processGepInst() local350 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst()352 N->BaseVal = PtrOp; in processGepInst()360 N->PTy = PtrOp->getType(); in processGepInst()383 Type *PtrTy = cast<PointerType>(PtrOp->getType())->getElementType(); in processGepInst()
2037 const Value *PtrOp = in updateImpl() local2039 assert(PtrOp && in updateImpl()2045 if (!isa<ConstantPointerNull>(PtrOp)) { in updateImpl()2049 const Type *PtrTy = PtrOp->getType(); in updateImpl()
4173 const SCEV *PtrOp = nullptr; in getPointerBase() local4177 if (PtrOp) in getPointerBase()4179 PtrOp = NAryOp; in getPointerBase()4182 if (!PtrOp) in getPointerBase()4184 return getPointerBase(PtrOp); in getPointerBase()