Lines Matching defs:OpVT
8023 EVT OpVT = Op.getValueType();
8025 if (!TLI.shouldExpandCttzElements(OpVT)) {
8030 if (OpVT.getScalarType() != MVT::i1) {
8032 SDValue AllZero = DAG.getConstant(0, DL, OpVT);
8033 OpVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1,
8034 OpVT.getVectorElementCount());
8035 Op = DAG.getSetCC(DL, OpVT, Op, AllZero, ISD::SETNE);
8046 I.getType(), OpVT.getVectorElementCount(), ZeroIsPoison, &VScaleRange);
8052 OpVT.getVectorElementCount());
8055 DAG.getElementCount(DL, NewEltTy, OpVT.getVectorElementCount());