Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4454 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); in SimplifyExtractValueInst() local
4455 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in SimplifyExtractValueInst()
4456 Idxs.slice(0, NumCommonIdxs)) { in SimplifyExtractValueInst()