Home | History | Annotate | Download | only in IR

Lines Matching refs:LPI

1858   } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) {
1864 if (LPI->isCleanup())
1867 for (unsigned i = 0, e = LPI->getNumClauses(); i != e; ++i) {
1868 if (i != 0 || LPI->isCleanup()) Out << "\n";
1869 if (LPI->isCatch(i))
1874 writeOperand(LPI->getClause(i), true);