Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IBI

3515   IndirectBrInst *IBI = IndirectBrInst::Create(Address, DestList.size());
3517 IBI->addDestination(DestList[i]);
3518 Inst = IBI;