Searched refs:N01Source (Results 1 – 1 of 1) sorted by relevance
16755 SDValue N01Source = N01->getOperand(0); in performConcatVectorsCombine() local16759 if (N00Source == N10Source && N01Source == N11Source && in performConcatVectorsCombine()16760 N00Source.getValueType() == VT && N01Source.getValueType() == VT) { in performConcatVectorsCombine()16770 return DAG.getNode(N0Opc, dl, VT, N00Source, N01Source); in performConcatVectorsCombine()