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