Lines Matching defs:OpVT
6568 EVT OpVT = Op.getValueType();
6569 unsigned OpBytesPerElement = OpVT.getVectorElementType().getStoreSize();
6598 EVT OpVT = Op.getOperand(0).getValueType();
6600 unsigned OpBytesPerElement = OpVT.getVectorElementType().getStoreSize();
9709 EVT OpVT = Op.getValueType();
9711 assert(OpVT.isVector() && "Operand type for VECREDUCE_ADD is not a vector.");
9716 SDValue Zero = DAG.getSplatBuildVector(OpVT, DL, DAG.getConstant(0, DL, VT));
9719 switch (OpVT.getScalarSizeInBits()) {
9736 ISD::EXTRACT_VECTOR_ELT, DL, VT, DAG.getBitcast(OpVT, Op),
9737 DAG.getConstant(OpVT.getVectorNumElements() - 1, DL, MVT::i32));