Home
last modified time | relevance | path

Searched refs:ValueRows (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2668 Optional<llvm::APSInt> ValueRows = NumRows->getIntegerConstantExpr(Context); in BuildMatrixType() local
2676 if (!ValueRows && !ValueColumns) { in BuildMatrixType()
2684 if (!ValueRows) { in BuildMatrixType()
2698 unsigned MatrixRows = static_cast<unsigned>(ValueRows->getZExtValue()); in BuildMatrixType()