Lines Matching defs:Flipped
14914 // TODO - we could support shuffling V2 in the Flipped input.
14932 SDValue Flipped = DAG.getBitcast(PVT, V1);
14933 Flipped =
14934 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1});
14935 Flipped = DAG.getBitcast(VT, Flipped);
14936 return DAG.getVectorShuffle(VT, DL, V1, Flipped, InLaneMask);