Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp913 bool IsTry = *I == MCD::OPC_TryDecode; in emitTable() local
922 << "MCD::OPC_" << (IsTry ? "Try" : "") << "Decode, "; in emitTable()
932 if (!IsTry) { in emitTable()