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.cpp1938 unsigned BitCode = Stream.readRecord(Entry.ID, Record); local
1939 switch (BitCode) {
2115 BitCode ==
2856 unsigned BitCode = Stream.readRecord(Code, Record); local
2857 switch (BitCode) {
2965 if (BitCode == bitc::FUNC_CODE_INST_GEP) {
2969 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;

Completed in 84 milliseconds