Searched refs:getSplatSourceVector (Results 1 – 3 of 3) sorted by relevance
1628 SDValue getSplatSourceVector(SDValue V, int &SplatIndex);
2377 SDValue SelectionDAG::getSplatSourceVector(SDValue V, int &SplatIdx) { in getSplatSourceVector() function in SelectionDAG2416 if (SDValue SrcVector = getSplatSourceVector(V, SplatIdx)) in getSplatValue()
19870 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0); in scalarizeBinOpOfSplats()19871 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()