Searched refs:NumDests (Results 1 – 2 of 2) sorted by relevance
2983 unsigned NumDests = Record.size()-2; in ParseFunctionBody() local2984 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests); in ParseFunctionBody()2986 for (unsigned i = 0, e = NumDests; i != e; ++i) { in ParseFunctionBody()
3231 unsigned NumDests = Record.size()-2; in ParseFunctionBody() local3232 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests); in ParseFunctionBody()3234 for (unsigned i = 0, e = NumDests; i != e; ++i) { in ParseFunctionBody()