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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1657 unsigned BitCode = Stream.readRecord(Entry.ID, Record); local
1658 switch (BitCode) {
1834 BitCode ==
2605 unsigned BitCode = Stream.readRecord(Code, Record); local
2606 switch (BitCode) {
2716 if (BitCode == bitc::FUNC_CODE_INST_GEP) {
2720 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1950 unsigned BitCode = Stream.readRecord(Entry.ID, Record); local
1951 switch (BitCode) {
2127 BitCode ==
2868 unsigned BitCode = Stream.readRecord(Code, Record); local
2869 switch (BitCode) {
2977 if (BitCode == bitc::FUNC_CODE_INST_GEP) {
2981 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;

Completed in 64 milliseconds