Searched refs:NumCases (Results 1 – 1 of 1) sorted by relevance
2434 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local2435 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases); in ParseFunctionBody()2437 for (unsigned i = 0, e = NumCases; i != e; ++i) { in ParseFunctionBody()