Searched refs:AndMaskConstants (Results 1 – 1 of 1) sorted by relevance
12838 SmallVector<SDValue, 16> AndMaskConstants; in ReconstructShuffleWithRuntimeMask() local12859 AndMaskConstants.push_back(MaskSource.getOperand(1)); in ReconstructShuffleWithRuntimeMask()12861 } else if (!AndMaskConstants.empty()) { in ReconstructShuffleWithRuntimeMask()12899 if (!AndMaskConstants.empty()) in ReconstructShuffleWithRuntimeMask()12901 DAG.getBuildVector(VT, DL, AndMaskConstants)); in ReconstructShuffleWithRuntimeMask()