Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2216 const SDValue &Splatted = BV->getOperand(MaskVec[0]); in getVectorShuffle() local
2217 SDValue NewBV = getSplatBuildVector(BuildVT, dl, Splatted); in getVectorShuffle()
12811 SDValue Splatted; in getSplatValue() local
12819 } else if (!Splatted) { in getSplatValue()
12820 Splatted = Op; in getSplatValue()
12821 } else if (Splatted != Op) { in getSplatValue()
12826 if (!Splatted) { in getSplatValue()
12833 return Splatted; in getSplatValue()
H A DDAGCombiner.cpp25886 SDValue Splatted = V->getOperand(SplatIndex); in visitVECTOR_SHUFFLE() local
25887 SmallVector<SDValue, 8> Ops(NumElts, Splatted); in visitVECTOR_SHUFFLE()