Searched refs:getSplatSourceVector (Results 1 – 3 of 3) sorted by relevance
1844 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
2584 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG2639 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) { in getSplatValue()
21968 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()21969 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()