Home | History | Annotate | Download | only in X86

Lines Matching refs:Op0VT

14604     MVT Op0VT = Op0.getValueType().getSimpleVT();
14605 if (Op0VT.isVector() && Op0VT.getVectorElementType() == MVT::i1 &&
14606 hasKTEST(Op0VT))
14607 return DAG.getNode(X86ISD::KTEST, SDLoc(Op), Op0VT, Op0, Op0);