Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23901 SDValue FirstConcat; in combineConcatVectorOfConcatVectors() local
23907 if (!FirstConcat) { in combineConcatVectorOfConcatVectors()
23911 FirstConcat = Op; in combineConcatVectorOfConcatVectors()
23917 assert(FirstConcat && "Concat of all-undefs found"); in combineConcatVectorOfConcatVectors()
23922 ConcatOps.append(FirstConcat->getNumOperands(), DAG.getUNDEF(SubVT)); in combineConcatVectorOfConcatVectors()