Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:IBI

2775       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
2776 InstructionList.push_back(IBI);
2779 IBI->addDestination(DestBB);
2781 delete IBI;
2785 I = IBI;