Lines Matching defs:Op0VT
17750 EVT Op0VT = A.getOperand(0).getValueType();
17751 bool IsValidElementCount = Op0VT.getVectorNumElements() % 8 == 0;
17752 bool IsValidSize = Op0VT.getScalarSizeInBits() == 8;
17760 B = DAG.getConstant(1, DL, Op0VT);
17764 unsigned IsMultipleOf16 = Op0VT.getVectorNumElements() % 16 == 0;
17768 NumOfVecReduce = Op0VT.getVectorNumElements() / 16;
17771 NumOfVecReduce = Op0VT.getVectorNumElements() / 8;
17784 unsigned VecReduce16Num = Op0VT.getVectorNumElements() / 16;
17805 unsigned VecReduce8Num = (Op0VT.getVectorNumElements() % 16) / 8;
28756 EVT Op0VT = N->getOperand(0).getValueType();
28758 assert(VT.isVector() && Op0VT.isVector() && Op1VT.isVector() &&
28761 // assert(VT == Op0VT && VT == Op1VT && "Expected matching vectors!");