Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IBI

3159   IndirectBrInst *IBI = IndirectBrInst::Create(Address, DestList.size());
3161 IBI->addDestination(DestList[i]);
3162 Inst = IBI;