Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:IBI

2984       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
2985 InstructionList.push_back(IBI);
2988 IBI->addDestination(DestBB);
2990 delete IBI;
2994 I = IBI;