Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1386 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry() local
1388 if (!NeedPositiveMask && !NeedNegativeMask) in emitSoftFailTableEntry()
1401 if (NeedNegativeMask) { in emitSoftFailTableEntry()