Home | History | Annotate | Download | only in IR

Lines Matching refs:IBI

3834 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI)
3835 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr,
3836 nullptr, IBI.getNumOperands()) {
3837 allocHungoffUses(IBI.getNumOperands());
3839 const Use *InOL = IBI.getOperandList();
3840 for (unsigned i = 0, E = IBI.getNumOperands(); i != E; ++i)
3842 SubclassOptionalData = IBI.SubclassOptionalData;