Searched refs:IntrinCall (Results 1 – 1 of 1) sorted by relevance
380 if (auto *IntrinCall = dyn_cast<IntrinsicInst>(&Inst)) { in prepareExceptionHandlers() local381 if (IntrinCall->getIntrinsicID() == Intrinsic::eh_actions) { in prepareExceptionHandlers()1106 auto *IntrinCall = dyn_cast<IntrinsicInst>(Inst); in handleEndCatch() local1117 auto *ParentBB = IntrinCall->getParent(); in handleEndCatch()1126 auto Next = std::next(BasicBlock::const_iterator(IntrinCall)); in handleEndCatch()1148 auto *IntrinCall = dyn_cast<IntrinsicInst>(Inst); in handleTypeIdFor() local1149 Value *Selector = IntrinCall->getArgOperand(0)->stripPointerCasts(); in handleTypeIdFor()