Searched refs:BitCode (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1291 unsigned BitCode = Stream.readRecord(Entry.ID, Record); local
1292 switch (BitCode) {
1465 if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP)
2225 unsigned BitCode = Stream.readRecord(Code, Record); local
2226 switch (BitCode) {
2345 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1592 unsigned BitCode = Stream.readRecord(Entry.ID, Record); local
1593 switch (BitCode) {
1768 BitCode ==
2485 unsigned BitCode = Stream.readRecord(Code, Record); local
2486 switch (BitCode) {
2603 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP)

Completed in 16 milliseconds