Searched defs:SI (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2435 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases); local
2436 InstructionList.push_back(SI);
2442 delete SI;
2445 SI->addCase(CaseVal, DestBB);
2447 I = SI;

Completed in 43 milliseconds