Searched defs:EHSel (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp81 CallInst *EHSel) {
83 unsigned N = EHSel->getNumArgOperands();
86 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){
93 Value *Val = EHSel->getArgOperand(j);
95 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
124 Value *Val = EHSel->getArgOperand(j);
126 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
80 TransferClausesToLandingPadInst(LandingPadInst *LPI, CallInst *EHSel) argument

Completed in 45 milliseconds