Searched refs:EHSel (Results 1 – 2 of 2) sorted by relevance
461 CallInst *EHSel) { in TransferClausesToLandingPadInst() argument463 unsigned N = EHSel->getNumArgOperands(); in TransferClausesToLandingPadInst()466 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){ in TransferClausesToLandingPadInst()473 Value *Val = EHSel->getArgOperand(j); in TransferClausesToLandingPadInst()475 LPI->addClause(EHSel->getArgOperand(j)); in TransferClausesToLandingPadInst()490 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()504 Value *Val = EHSel->getArgOperand(j); in TransferClausesToLandingPadInst()506 LPI->addClause(EHSel->getArgOperand(j)); in TransferClausesToLandingPadInst()
438 if (const EHSelectorInst *EHSel = dyn_cast<EHSelectorInst>(I)) { in CopyCatchInfo() local440 AddCatchInfo(*EHSel, MMI, FLI.MBBMap[LPad]); in CopyCatchInfo()443 FLI.CatchInfoFound.insert(EHSel); in CopyCatchInfo()