Home | History | Annotate | Download | only in Reader

Lines Matching defs:IBI

2579       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
2580 InstructionList.push_back(IBI);
2583 IBI->addDestination(DestBB);
2585 delete IBI;
2589 I = IBI;