Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:IBI

2528       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
2529 InstructionList.push_back(IBI);
2532 IBI->addDestination(DestBB);
2534 delete IBI;
2538 I = IBI;