Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25070 int EltOpIdx = SubMask[i] / NumElemsPerConcat; in partitionShuffleOfConcats() local
25071 if (0 <= OpIdx && EltOpIdx != OpIdx) in partitionShuffleOfConcats()
25073 OpIdx = EltOpIdx; in partitionShuffleOfConcats()