Home
last modified time | relevance | path

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

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