Searched refs:PtrOp (Results 1 – 5 of 5) sorted by relevance
1880 Value *PtrOp = GEP.getOperand(0); in visitGetElementPtrInst() local1926 if (auto *PN = dyn_cast<PHINode>(PtrOp)) { in visitGetElementPtrInst()2028 PtrOp = NewGEP; in visitGetElementPtrInst()2034 if (auto *Src = dyn_cast<GEPOperator>(PtrOp)) { in visitGetElementPtrInst()2076 Builder.SetInsertPoint(cast<Instruction>(PtrOp)); in visitGetElementPtrInst()2193 Value *StrippedPtr = PtrOp->stripPointerCasts(); in visitGetElementPtrInst()2196 if (StrippedPtr != PtrOp) { in visitGetElementPtrInst()2372 Value *ASCStrippedPtrOp = PtrOp; in visitGetElementPtrInst()2373 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(PtrOp)) { in visitGetElementPtrInst()2482 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()[all …]
338 Value *PtrOp = GepI->getPointerOperand(); in processGepInst() local340 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst()342 N->BaseVal = PtrOp; in processGepInst()350 N->PTy = PtrOp->getType(); in processGepInst()373 Type *PtrTy = cast<PointerType>(PtrOp->getType())->getElementType(); in processGepInst()
890 auto PtrOp = [](const IntrinsicInst *II) { in isNonTargetIntrinsicMatch() local910 if (PtrOp(Earlier) != PtrOp(Later)) in isNonTargetIntrinsicMatch()
1944 const Value *PtrOp = getPointerOperand(&I, /* AllowVolatile */ true); in updateImpl() local1945 assert(PtrOp && in updateImpl()1950 Optional<Value *> SimplifiedPtrOp = stopOnUndefOrAssumed(A, PtrOp, &I); in updateImpl()
4158 const SCEV *PtrOp = nullptr; in getPointerBase() local4162 if (PtrOp) in getPointerBase()4164 PtrOp = NAryOp; in getPointerBase()4167 if (!PtrOp) // All operands were non-pointer. in getPointerBase()4169 V = PtrOp; in getPointerBase()