Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2207 bool N2Undef = N2.isUndef(); in getVectorShuffle() local
2210 if (N2Undef) in getVectorShuffle()
2220 if (AllLHS && !N2Undef) in getVectorShuffle()
2227 N2Undef = N2.isUndef(); in getVectorShuffle()
2229 if (N1.isUndef() && N2Undef) in getVectorShuffle()
2242 if (N2Undef) { in getVectorShuffle()