Lines Matching defs:IndirectBrInst
4104 // IndirectBrInst Implementation
4107 void IndirectBrInst::init(Value *Address, unsigned NumDests) {
4121 void IndirectBrInst::growOperands() {
4129 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases,
4136 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI)
4149 void IndirectBrInst::addDestination(BasicBlock *DestBB) {
4161 void IndirectBrInst::removeDestination(unsigned idx) {
4354 IndirectBrInst *IndirectBrInst::cloneImpl() const {
4355 return new IndirectBrInst(*this);