Searched refs:BV0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18824 auto *BV0 = dyn_cast<BuildVectorSDNode>(N0); local
18826 if (BV0 && BV1)
18827 if (SDValue Splat0 = BV0->getSplatValue())

Completed in 91 milliseconds