Home | History | Annotate | Download | only in X86

Lines Matching refs:ShufSVT

5220     MVT ShufSVT = ShufVT.getVectorElementType();
5231 return ShufSVT.isInteger() ? DAG.getConstant(0, SDLoc(N), ShufSVT)
5232 : DAG.getConstantFP(+0.0, SDLoc(N), ShufSVT);
5234 return DAG.getUNDEF(ShufSVT);