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