Searched refs:NumCommonIdxs (Results 1 – 1 of 1) sorted by relevance
3655 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); in SimplifyExtractValueInst() local3656 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in SimplifyExtractValueInst()3657 Idxs.slice(0, NumCommonIdxs)) { in SimplifyExtractValueInst()