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.cpp24977 SDValue FirstConcat; in combineConcatVectorOfConcatVectors() local
24983 if (!FirstConcat) { in combineConcatVectorOfConcatVectors()
24987 FirstConcat = Op; in combineConcatVectorOfConcatVectors()
24993 assert(FirstConcat && "Concat of all-undefs found"); in combineConcatVectorOfConcatVectors()
24998 ConcatOps.append(FirstConcat->getNumOperands(), DAG.getUNDEF(SubVT)); in combineConcatVectorOfConcatVectors()