Searched refs:BitCode (Results 1 – 1 of 1) sorted by relevance
893 Error parseGlobalIndirectSymbolRecord(unsigned BitCode,3253 switch (unsigned BitCode = MaybeBitCode.get()) { in parseConstants() local3357 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()3489 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX_OLD || in parseConstants()3490 BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE || in parseConstants()3491 BitCode == bitc::CST_CODE_CE_GEP || Record.size() % 2) in parseConstants()3496 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX_OLD) { in parseConstants()3503 } else if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE) { in parseConstants()3510 } else if (BitCode == bitc::CST_CODE_CE_GEP) { in parseConstants()3512 } else if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in parseConstants()[all …]