Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20937 SDValue FirstConcat; in combineConcatVectorOfConcatVectors() local
20943 if (!FirstConcat) { in combineConcatVectorOfConcatVectors()
20947 FirstConcat = Op; in combineConcatVectorOfConcatVectors()
20953 assert(FirstConcat && "Concat of all-undefs found"); in combineConcatVectorOfConcatVectors()
20958 ConcatOps.append(FirstConcat->getNumOperands(), DAG.getUNDEF(SubVT)); in combineConcatVectorOfConcatVectors()