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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1645 unsigned BitCode = Stream.readRecord(Entry.ID, Record); local
1646 switch (BitCode) {
1822 BitCode ==
2593 unsigned BitCode = Stream.readRecord(Code, Record); local
2594 switch (BitCode) {
2704 if (BitCode == bitc::FUNC_CODE_INST_GEP) {
2708 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1939 unsigned BitCode = Stream.readRecord(Entry.ID, Record); local
1940 switch (BitCode) {
2116 BitCode ==
2857 unsigned BitCode = Stream.readRecord(Code, Record); local
2858 switch (BitCode) {
2966 if (BitCode == bitc::FUNC_CODE_INST_GEP) {
2970 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;

Completed in 15 milliseconds