Home | History | Annotate | Download | only in IR

Lines Matching refs:Clause

2701          "LandingPadInst needs at least one clause or to be a cleanup.", &LPI);
2730 Constant *Clause = LPI.getClause(i);
2732 Assert(isa<PointerType>(Clause->getType()),
2735 Assert(LPI.isFilter(i), "Clause is neither catch nor filter!", &LPI);
2736 Assert(isa<ConstantArray>(Clause) || isa<ConstantAggregateZero>(Clause),