Searched refs:getSplatSourceVector (Results 1 – 3 of 3) sorted by relevance
1817 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
2586 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG2641 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
21733 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()21734 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()