Lines Matching defs:MaskHi
23992 static const int MaskHi[] = { 1, 1, 3, 3 };
23993 SDValue Result = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);
24003 static const int MaskHi[] = { 1, 1, 3, 3 };
24004 SDValue Result = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);
24042 static const int MaskHi[] = { 1, 1, 3, 3 };
24044 SDValue EQHi = DAG.getVectorShuffle(MVT::v4i32, dl, EQ, EQ, MaskHi);
24046 SDValue GTHi = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);