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