Home | History | Annotate | Download | only in IR

Lines Matching defs:LandingPadInst

2775 //                           LandingPadInst Class
2786 class LandingPadInst : public Instruction {
2791 LandingPadInst(const LandingPadInst &LP);
2797 explicit LandingPadInst(Type *RetTy, unsigned NumReservedValues,
2799 explicit LandingPadInst(Type *RetTy, unsigned NumReservedValues,
2814 LandingPadInst *cloneImpl() const;
2819 static LandingPadInst *Create(Type *RetTy, unsigned NumReservedClauses,
2822 static LandingPadInst *Create(Type *RetTy, unsigned NumReservedClauses,
2875 struct OperandTraits<LandingPadInst> : public HungoffOperandTraits<1> {
2878 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(LandingPadInst, Value)
3975 LandingPadInst *getLandingPadInst() const;