Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp380 if (auto *IntrinCall = dyn_cast<IntrinsicInst>(&Inst)) { in prepareExceptionHandlers() local
381 if (IntrinCall->getIntrinsicID() == Intrinsic::eh_actions) { in prepareExceptionHandlers()
1106 auto *IntrinCall = dyn_cast<IntrinsicInst>(Inst); in handleEndCatch() local
1117 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() local
1149 Value *Selector = IntrinCall->getArgOperand(0)->stripPointerCasts(); in handleTypeIdFor()