Home | History | Annotate | Download | only in VMCore

Lines Matching refs:IBI

3256 IndirectBrInst::IndirectBrInst(const IndirectBrInst &IBI)
3257 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr,
3258 allocHungoffUses(IBI.getNumOperands()),
3259 IBI.getNumOperands()) {
3260 Use *OL = OperandList, *InOL = IBI.OperandList;
3261 for (unsigned i = 0, E = IBI.getNumOperands(); i != E; ++i)
3263 SubclassOptionalData = IBI.SubclassOptionalData;