Searched refs:BitCode (Results 1 – 1 of 1) sorted by relevance
2110 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseConstants() local2111 switch (BitCode) { in ParseConstants()2205 BitCode == bitc::CST_CODE_CSTRING); in ParseConstants()2330 BitCode == in ParseConstants()3330 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in ParseFunctionBody() local3331 switch (BitCode) { in ParseFunctionBody()3475 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in ParseFunctionBody()3479 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in ParseFunctionBody()