Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23892 auto IsBuildVectorOrUndef = [](const SDValue &Op) { in visitCONCAT_VECTORS() local
23895 if (llvm::all_of(N->ops(), IsBuildVectorOrUndef)) { in visitCONCAT_VECTORS()