Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3655 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); in SimplifyExtractValueInst() local
3656 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in SimplifyExtractValueInst()
3657 Idxs.slice(0, NumCommonIdxs)) { in SimplifyExtractValueInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4049 unsigned NumCommonIdxs = std::min(NumInsertValueIdxs, NumIdxs); in SimplifyExtractValueInst() local
4050 if (InsertValueIdxs.slice(0, NumCommonIdxs) == in SimplifyExtractValueInst()
4051 Idxs.slice(0, NumCommonIdxs)) { in SimplifyExtractValueInst()