Lines Matching defs:OpVT
6987 EVT OpVT = Op.getValueType();
6988 unsigned OpBytesPerElement = OpVT.getVectorElementType().getStoreSize();
7017 EVT OpVT = Op.getOperand(0).getValueType();
7019 unsigned OpBytesPerElement = OpVT.getVectorElementType().getStoreSize();
10166 EVT OpVT = Op.getValueType();
10168 assert(OpVT.isVector() && "Operand type for VECREDUCE_ADD is not a vector.");
10173 SDValue Zero = DAG.getSplatBuildVector(OpVT, DL, DAG.getConstant(0, DL, VT));
10176 switch (OpVT.getScalarSizeInBits()) {
10193 ISD::EXTRACT_VECTOR_ELT, DL, VT, DAG.getBitcast(OpVT, Op),
10194 DAG.getConstant(OpVT.getVectorNumElements() - 1, DL, MVT::i32));