Lines Matching defs:ParentPad
1017 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
1021 : Instruction(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0,
1025 init(ParentPad, UnwindDest, NumReservedValues + 1);
1040 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest,
1042 assert(ParentPad && NumReservedValues);
1048 Op<0>() = ParentPad;
1088 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args,
1092 setParentPad(ParentPad);
1105 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1109 : Instruction(ParentPad->getType(), Op,
1112 init(ParentPad, Args, NameStr);