Home | History | Annotate | Download | only in Reader

Lines Matching refs:NumDests

2412       unsigned NumDests = Record.size()-2;
2413 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
2415 for (unsigned i = 0, e = NumDests; i != e; ++i) {