Home | History | Annotate | Download | only in X86

Lines Matching refs:MaskHi

18603       static const int MaskHi[] = { 1, 1, 3, 3 };
18605 SDValue EQHi = DAG.getVectorShuffle(MVT::v4i32, dl, EQ, EQ, MaskHi);
18607 SDValue GTHi = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);