Lines Matching defs:MaskHi
23588 static const int MaskHi[] = { 1, 1, 3, 3 };
23589 SDValue Result = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);
23599 static const int MaskHi[] = { 1, 1, 3, 3 };
23600 SDValue Result = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);
23638 static const int MaskHi[] = { 1, 1, 3, 3 };
23640 SDValue EQHi = DAG.getVectorShuffle(MVT::v4i32, dl, EQ, EQ, MaskHi);
23642 SDValue GTHi = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);