Home | History | Annotate | Download | only in IR

Lines Matching refs:LPI

1882   } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) {
1888 if (LPI->isCleanup())
1891 for (unsigned i = 0, e = LPI->getNumClauses(); i != e; ++i) {
1892 if (i != 0 || LPI->isCleanup()) Out << "\n";
1893 if (LPI->isCatch(i))
1898 writeOperand(LPI->getClause(i), true);