Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp461 CallInst *EHSel) { in TransferClausesToLandingPadInst() argument
463 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp438 if (const EHSelectorInst *EHSel = dyn_cast<EHSelectorInst>(I)) { in CopyCatchInfo() local
440 AddCatchInfo(*EHSel, MMI, FLI.MBBMap[LPad]); in CopyCatchInfo()
443 FLI.CatchInfoFound.insert(EHSel); in CopyCatchInfo()