Searched refs:SToVRHS (Results 1 – 1 of 1) sorted by relevance
14890 SDValue SToVRHS = isScalarToVec(RHS); in combineVectorShuffle() local14891 if (SToVLHS || SToVRHS) { in combineVectorShuffle()14898 if (SToVLHS && SToVRHS && in combineVectorShuffle()14900 SToVRHS.getValueType().getScalarSizeInBits())) in combineVectorShuffle()14904 : SToVRHS.getValueType().getVectorNumElements(); in combineVectorShuffle()14913 : SToVRHS.getValueType().getScalarSizeInBits() / in combineVectorShuffle()14939 if (SToVRHS) { in combineVectorShuffle()14944 SToVRHS = getSToVPermuted(SToVRHS, DAG, Subtarget); in combineVectorShuffle()14945 if (SToVRHS.getValueType() != RHS.getValueType()) in combineVectorShuffle()14946 SToVRHS = DAG.getBitcast(RHS.getValueType(), SToVRHS); in combineVectorShuffle()[all …]