reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1687 if (auto *PN = dyn_cast<PHINode>(PtrOp)) { 1790 PtrOp = NewGEP; 1796 if (auto *Src = dyn_cast<GEPOperator>(PtrOp)) { 1838 Builder.SetInsertPoint(cast<Instruction>(PtrOp)); 1942 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); 1961 Value *StrippedPtr = PtrOp->stripPointerCasts(); 1964 if (StrippedPtr != PtrOp) { 2138 Value *ASCStrippedPtrOp = PtrOp; 2139 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(PtrOp)) { 2237 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); 2240 PtrOp->stripAndAccumulateInBoundsConstantOffsets(DL, 2248 GEP.getSourceElementType(), PtrOp, makeArrayRef(Ops).slice(1),