Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp862 bool IsTry = *I == MCD::OPC_TryDecode; in emitTable() local
871 OS.indent(Indentation) << "MCD::OPC_" << (IsTry ? "Try" : "") in emitTable()
882 if (!IsTry) { in emitTable()