Searched refs:BitCode (Results 1 – 1 of 1) sorted by relevance
889 Error parseGlobalIndirectSymbolRecord(unsigned BitCode,3159 switch (unsigned BitCode = MaybeBitCode.get()) { in parseConstants() local3265 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()3397 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX_OLD || in parseConstants()3398 BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE || in parseConstants()3399 BitCode == bitc::CST_CODE_CE_GEP || Record.size() % 2) in parseConstants()3404 if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE_INDEX_OLD) { in parseConstants()3411 } else if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE) { in parseConstants()3418 } else if (BitCode == bitc::CST_CODE_CE_GEP) { in parseConstants()3420 } else if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in parseConstants()[all …]