Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16867 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local
16881 if (SingleSource.getNode()) { in visitCONCAT_VECTORS()
16882 if (Op.getOperand(0) != SingleSource) in visitCONCAT_VECTORS()
16885 SingleSource = Op.getOperand(0); in visitCONCAT_VECTORS()
16890 if (SingleSource.getValueType() != N->getValueType(0)) in visitCONCAT_VECTORS()
16905 if (SingleSource.getNode()) in visitCONCAT_VECTORS()
16906 return SingleSource; in visitCONCAT_VECTORS()