Searched refs:N1AnyConst (Results 1 – 1 of 1) sorted by relevance
16623 bool N1AnyConst = isAnyConstantBuildVector(N1.getNode()); in combineShuffleOfScalars() local16624 if (N0AnyConst && !N1AnyConst && !ISD::isBuildVectorAllZeros(N0.getNode())) in combineShuffleOfScalars()16626 if (!N0AnyConst && N1AnyConst && !ISD::isBuildVectorAllZeros(N1.getNode())) in combineShuffleOfScalars()