Searched refs:N2Undef (Results 1 – 3 of 3) sorted by relevance
1537 bool N2Undef = N2.isUndef(); in getVectorShuffle() local1540 if (N2Undef) in getVectorShuffle()1550 if (AllLHS && !N2Undef) in getVectorShuffle()1557 N2Undef = N2.isUndef(); in getVectorShuffle()1559 if (N1.isUndef() && N2Undef) in getVectorShuffle()1572 if (N2Undef) { in getVectorShuffle()
1626 bool N2Undef = N2.isUndef(); in getVectorShuffle() local1629 if (N2Undef) in getVectorShuffle()1639 if (AllLHS && !N2Undef) in getVectorShuffle()1646 N2Undef = N2.isUndef(); in getVectorShuffle()1648 if (N1.isUndef() && N2Undef) in getVectorShuffle()1661 if (N2Undef) { in getVectorShuffle()
1279 bool N2Undef = N2.getOpcode() == ISD::UNDEF; in getVectorShuffle() local1282 if (N2Undef) in getVectorShuffle()1292 if (AllLHS && !N2Undef) in getVectorShuffle()