Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1842 bool N2Undef = N2.isUndef(); in getVectorShuffle() local
1845 if (N2Undef) in getVectorShuffle()
1855 if (AllLHS && !N2Undef) in getVectorShuffle()
1862 N2Undef = N2.isUndef(); in getVectorShuffle()
1864 if (N1.isUndef() && N2Undef) in getVectorShuffle()
1877 if (N2Undef) { in getVectorShuffle()