Searched refs:getDerivedPtr (Results 1 – 8 of 8) sorted by relevance
129 auto It = SpillMap.find(Relocate->getDerivedPtr()); in findPreviousSpillSlot()509 const Value *V = Relocate->getDerivedPtr(); in lowerStatepointMetaArgs()775 SI.Ptrs.push_back(Relocate->getDerivedPtr()); in LowerStatepoint()904 const Value *DerivedPtr = Relocate.getDerivedPtr(); in visitGCRelocate()
98 RelocateInst->getDerivedPtr(), Align, Size, DL, CtxI, DT, Visited); in isDereferenceableAndAlignedPointer()
379 Value *getDerivedPtr() const { in getDerivedPtr() function
1500 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores()
4040 Assert(Relocate.getDerivedPtr()->getType()->getScalarType()->isPointerTy(), in visitIntrinsicCallSite()4044 auto DerivedType = Relocate.getDerivedPtr()->getType(); in visitIntrinsicCallSite()
2805 writeOperand(Relocate.getDerivedPtr(), false); in printGCRelocateComment()
2308 Value *DerivedPtr = cast<GCRelocateInst>(II)->getDerivedPtr(); in visitCallInst()
633 auto Derived = dyn_cast<GetElementPtrInst>(ToReplace->getDerivedPtr()); in simplifyRelocatesOffABase()