Lines Matching defs:Flipped
15208 // TODO - we could support shuffling V2 in the Flipped input.
15226 SDValue Flipped = DAG.getBitcast(PVT, V1);
15227 Flipped =
15228 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1});
15229 Flipped = DAG.getBitcast(VT, Flipped);
15230 return DAG.getVectorShuffle(VT, DL, V1, Flipped, InLaneMask);