Searched refs:NumCommonIdxs (Results 1 – 1 of 1) sorted by relevance
4748 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); in simplifyExtractValueInst() local4749 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in simplifyExtractValueInst()4750 Idxs.slice(0, NumCommonIdxs)) { in simplifyExtractValueInst()