Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2179 const SDValue &Splatted = BV->getOperand(MaskVec[0]); in getVectorShuffle() local
2180 SDValue NewBV = getSplatBuildVector(BuildVT, dl, Splatted); in getVectorShuffle()
12481 SDValue Splatted; in getSplatValue() local
12489 } else if (!Splatted) { in getSplatValue()
12490 Splatted = Op; in getSplatValue()
12491 } else if (Splatted != Op) { in getSplatValue()
12496 if (!Splatted) { in getSplatValue()
12503 return Splatted; in getSplatValue()
H A DDAGCombiner.cpp25511 SDValue Splatted = V->getOperand(SplatIndex); in visitVECTOR_SHUFFLE() local
25512 SmallVector<SDValue, 8> Ops(NumElts, Splatted); in visitVECTOR_SHUFFLE()