Searched refs:SToVRHS (Results 1 – 1 of 1) sorted by relevance
15548 SDValue SToVRHS = isScalarToVec(RHS); in combineVectorShuffle() local15549 if (SToVLHS || SToVRHS) { in combineVectorShuffle()15556 if (SToVLHS && SToVRHS && in combineVectorShuffle()15558 SToVRHS.getValueType().getScalarSizeInBits())) in combineVectorShuffle()15562 : SToVRHS.getValueType().getVectorNumElements(); in combineVectorShuffle()15571 : SToVRHS.getValueType().getScalarSizeInBits() / in combineVectorShuffle()15597 if (SToVRHS) { in combineVectorShuffle()15598 if (!IsLittleEndian && SToVRHS.getValueType().getScalarSizeInBits() >= 64) in combineVectorShuffle()15602 SToVRHS = getSToVPermuted(SToVRHS, DAG, Subtarget); in combineVectorShuffle()15603 if (SToVRHS.getValueType() != RHS.getValueType()) in combineVectorShuffle()[all …]