Searched refs:TheSplat (Results 1 – 1 of 1) sorted by relevance
14966 SDValue TheSplat = IsLittleEndian ? RHS : LHS; in combineVectorShuffle() local14972 if (!isSplatBV(TheSplat)) in combineVectorShuffle()15021 cast<BuildVectorSDNode>(TheSplat.getNode())->getSplatValue(); in combineVectorShuffle()15022 TheSplat = DAG.getSplatBuildVector(TheSplat.getValueType(), dl, SplatVal); in combineVectorShuffle()15025 RHS = TheSplat; in combineVectorShuffle()15027 LHS = TheSplat; in combineVectorShuffle()