Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:IBI

2583       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
2584 InstructionList.push_back(IBI);
2587 IBI->addDestination(DestBB);
2589 delete IBI;
2593 I = IBI;