Home | History | Annotate | Download | only in IR

Lines Matching defs:LandingPadInst

2776 //                           LandingPadInst Class
2787 class LandingPadInst : public Instruction {
2792 LandingPadInst(const LandingPadInst &LP);
2798 explicit LandingPadInst(Type *RetTy, unsigned NumReservedValues,
2800 explicit LandingPadInst(Type *RetTy, unsigned NumReservedValues,
2815 LandingPadInst *cloneImpl() const;
2820 static LandingPadInst *Create(Type *RetTy, unsigned NumReservedClauses,
2823 static LandingPadInst *Create(Type *RetTy, unsigned NumReservedClauses,
2876 struct OperandTraits<LandingPadInst> : public HungoffOperandTraits<1> {
2879 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(LandingPadInst, Value)
3973 LandingPadInst *getLandingPadInst() const;