Lines Matching refs:IBI
3412 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI)
3413 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr,
3414 allocHungoffUses(IBI.getNumOperands()),
3415 IBI.getNumOperands()) {
3416 Use *OL = OperandList, *InOL = IBI.OperandList;
3417 for (unsigned i = 0, E = IBI.getNumOperands(); i != E; ++i)
3419 SubclassOptionalData = IBI.SubclassOptionalData;