Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:IBI

3232       IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
3233 InstructionList.push_back(IBI);
3236 IBI->addDestination(DestBB);
3238 delete IBI;
3242 I = IBI;