Searched refs:ValueRows (Results 1 – 1 of 1) sorted by relevance
2747 Optional<llvm::APSInt> ValueRows = NumRows->getIntegerConstantExpr(Context); in BuildMatrixType() local2755 if (!ValueRows && !ValueColumns) { in BuildMatrixType()2763 if (!ValueRows) { in BuildMatrixType()2777 unsigned MatrixRows = static_cast<unsigned>(ValueRows->getZExtValue()); in BuildMatrixType()