Home | History | Annotate | Download | only in Analysis

Lines Matching refs:matchPairwiseShuffleMask

676 static bool matchPairwiseShuffleMask(ShuffleVectorInst *SI, bool IsLeft,
809 if (matchPairwiseShuffleMask(LS, /*IsLeft=*/true, Level)) {
810 if (!matchPairwiseShuffleMask(RS, /*IsLeft=*/false, Level))
812 } else if (matchPairwiseShuffleMask(RS, /*IsLeft=*/true, Level)) {
813 if (!matchPairwiseShuffleMask(LS, /*IsLeft=*/false, Level))