Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1953 size_t MaxRowLength = 2; // minimum is custom converter plus terminator. in emitConvertFuncs() local
2088 MaxRowLength = std::max(MaxRowLength, II->ResOperands.size()*2 + 1 ); in emitConvertFuncs()
2319 << MaxRowLength << "] = {\n"; in emitConvertFuncs()