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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3655 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); local
3656 if (InsertValueIdxs.slice(0, NumCommonIdxs) ==
3657 Idxs.slice(0, NumCommonIdxs)) {

Completed in 78 milliseconds