Home | History | Annotate | Download | only in Reader

Lines Matching refs:IBI

2449       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
2450 InstructionList.push_back(IBI);
2453 IBI->addDestination(DestBB);
2455 delete IBI;
2459 I = IBI;