Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25130 auto *BV0 = dyn_cast<BuildVectorSDNode>(N0); in combineShuffleOfScalars() local
25132 if (BV0 && BV1) in combineShuffleOfScalars()
25133 if (SDValue Splat0 = BV0->getSplatValue()) in combineShuffleOfScalars()