Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1537 bool N2Undef = N2.isUndef(); in getVectorShuffle() local
1540 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1279 bool N2Undef = N2.getOpcode() == ISD::UNDEF; in getVectorShuffle() local
1282 if (N2Undef) in getVectorShuffle()
1292 if (AllLHS && !N2Undef) in getVectorShuffle()