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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2489 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases); local
2490 InstructionList.push_back(SI);
2496 delete SI;
2499 SI->addCase(CaseVal, DestBB);
2501 I = SI;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2770 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases); local
2771 InstructionList.push_back(SI);
2777 delete SI;
2780 SI->addCase(CaseVal, DestBB);
2782 I = SI;

Completed in 35 milliseconds