Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1943 bool N2Undef = N2.isUndef(); in getVectorShuffle() local
1946 if (N2Undef) in getVectorShuffle()
1956 if (AllLHS && !N2Undef) in getVectorShuffle()
1963 N2Undef = N2.isUndef(); in getVectorShuffle()
1965 if (N1.isUndef() && N2Undef) in getVectorShuffle()
1978 if (N2Undef) { in getVectorShuffle()