Searched refs:TheSplat (Results 1 – 1 of 1) sorted by relevance
16499 SDValue TheSplat = IsLittleEndian ? RHS : LHS; in combineVectorShuffle() local16505 if (!isSplatBV(TheSplat)) in combineVectorShuffle()16558 cast<BuildVectorSDNode>(TheSplat.getNode())->getSplatValue(); in combineVectorShuffle()16559 TheSplat = DAG.getSplatBuildVector(TheSplat.getValueType(), dl, SplatVal); in combineVectorShuffle()16562 RHS = TheSplat; in combineVectorShuffle()16564 LHS = TheSplat; in combineVectorShuffle()