Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25133 if (SDValue Splat0 = BV0->getSplatValue()) in combineShuffleOfScalars() local
25134 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()