Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21986 SDValue FirstConcat; in combineConcatVectorOfConcatVectors() local
21992 if (!FirstConcat) { in combineConcatVectorOfConcatVectors()
21996 FirstConcat = Op; in combineConcatVectorOfConcatVectors()
22002 assert(FirstConcat && "Concat of all-undefs found"); in combineConcatVectorOfConcatVectors()
22007 ConcatOps.append(FirstConcat->getNumOperands(), DAG.getUNDEF(SubVT)); in combineConcatVectorOfConcatVectors()