Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22331 auto IsBuildVectorOrUndef = [](const SDValue &Op) { in visitCONCAT_VECTORS() local
22334 if (llvm::all_of(N->ops(), IsBuildVectorOrUndef)) { in visitCONCAT_VECTORS()