Searched refs:BitCode (Results 1 – 2 of 2) sorted by relevance
1657 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseConstants() local1658 switch (BitCode) { in ParseConstants()1834 BitCode == in ParseConstants()2605 unsigned BitCode = Stream.readRecord(Code, Record); in ParseFunctionBody() local2606 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()
1950 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseConstants() local1951 switch (BitCode) { in ParseConstants()2127 BitCode == in ParseConstants()2868 unsigned BitCode = Stream.readRecord(Code, Record); in ParseFunctionBody() local2869 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()