Searched refs:SingleSource (Results 1 – 1 of 1) sorted by relevance
16867 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local16881 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()