Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp4951 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); in simplifyExtractValueInst() local
4952 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in simplifyExtractValueInst()
4953 Idxs.slice(0, NumCommonIdxs)) { in simplifyExtractValueInst()