Home
last modified time | relevance | path

Searched refs:GCInst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp756 auto *GCInst = cast<GCStatepointInst>(Statepoint); in getBasePtr() local
757 if (auto Opt = GCInst->getOperandBundle(LLVMContext::OB_gc_live)) in getBasePtr()
759 return *(GCInst->arg_begin() + getBasePtrIndex()); in getBasePtr()
767 auto *GCInst = cast<GCStatepointInst>(Statepoint); in getDerivedPtr() local
768 if (auto Opt = GCInst->getOperandBundle(LLVMContext::OB_gc_live)) in getDerivedPtr()
770 return *(GCInst->arg_begin() + getDerivedPtrIndex()); in getDerivedPtr()