Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:IBI

1077     const IndirectBrInst *IBI = cast<IndirectBrInst>(I);
1079 << opNames[0] << ", " << IBI->getNumDestinations() << ");";
1081 for (unsigned i = 1; i != IBI->getNumOperands(); ++i) {