Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IBI

5232   IndirectBrInst *IBI = IndirectBrInst::Create(Address, DestList.size());
5234 IBI->addDestination(DestList[i]);
5235 Inst = IBI;