Home | History | Annotate | Download | only in Reader

Lines Matching refs:NumDests

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