Home
last modified time | relevance | path

Searched refs:NumCommonIdxs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3595 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); in SimplifyExtractValueInst() local
3596 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in SimplifyExtractValueInst()
3597 Idxs.slice(0, NumCommonIdxs)) { in SimplifyExtractValueInst()