Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23541 SDValue FirstConcat; in combineConcatVectorOfConcatVectors() local
23547 if (!FirstConcat) { in combineConcatVectorOfConcatVectors()
23551 FirstConcat = Op; in combineConcatVectorOfConcatVectors()
23557 assert(FirstConcat && "Concat of all-undefs found"); in combineConcatVectorOfConcatVectors()
23562 ConcatOps.append(FirstConcat->getNumOperands(), DAG.getUNDEF(SubVT)); in combineConcatVectorOfConcatVectors()