Home | History | Annotate | Download | only in X86

Lines Matching refs:ShufSVT

6424     MVT ShufSVT = ShufVT.getVectorElementType();
6435 return ShufSVT.isInteger() ? DAG.getConstant(0, SDLoc(N), ShufSVT)
6436 : DAG.getConstantFP(+0.0, SDLoc(N), ShufSVT);
6438 return DAG.getUNDEF(ShufSVT);