Lines Matching defs:getNumElements
226 static_cast<uint64_t>(index) >= cType.getNumElements())) {
284 if (resultType.getNumElements() != 2)
309 if (!structType || structType.getNumElements() != 2)
394 if (constituents.size() == cType.getNumElements()) {
422 sizes.push_back(vectorType.getNumElements());
433 if (totalCount != cType.getNumElements())
435 << cType.getNumElements() << ", but provided " << totalCount;
606 int numElements = arrayType.getNumElements();
609 numElements *= t.getNumElements();
622 if (numElements != shapedType.getNumElements()) {
625 << shapedType.getNumElements() << ")";
1633 size_t numResultElements = resultType.getNumElements();
1641 llvm::cast<VectorType>(getVector1().getType()).getNumElements() +
1642 llvm::cast<VectorType>(getVector2().getType()).getNumElements();
1710 if (matrixType.getNumColumns() != vectorType.getNumElements())
1713 << vectorType.getNumElements() << ")";
1715 if (resultType.getNumElements() != matrixType.getNumRows())
1717 << resultType.getNumElements() << ") must match the matrix rows ("
1735 if (matrixType.getNumRows() != vectorType.getNumElements())
1739 if (resultType.getNumElements() != matrixType.getNumColumns())
1856 if (constituents.size() != cType.getNumElements())
1858 << cType.getNumElements() << ", but provided "
1942 if (structTy.getNumElements() != 2)
1971 (exponentVecTy.getNumElements() == operandVecTy.getNumElements()))
1993 auto getNumElements = [](Type type) -> unsigned {
1995 return vectorType.getNumElements();
1999 if (getNumElements(significandType) != getNumElements(exponentType))
2016 if (resultType.getNumElements() != 4)
2124 resultComponentNumber = resultVectorType.getNumElements();