Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18253 SDValue N00Source = N00->getOperand(0); in performConcatVectorsCombine() local
18258 if (N00Source == N10Source && N01Source == N11Source && in performConcatVectorsCombine()
18259 N00Source.getValueType() == VT && N01Source.getValueType() == VT) { in performConcatVectorsCombine()
18269 return DAG.getNode(N0Opc, dl, VT, N00Source, N01Source); in performConcatVectorsCombine()