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