Home
last modified time | relevance | path

Searched refs:NumCases (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2434 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
2435 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases); in ParseFunctionBody()
2437 for (unsigned i = 0, e = NumCases; i != e; ++i) { in ParseFunctionBody()