Return whether bits that resolve to ? should remain unresolved.
Synopsis
Declared in <llvm/TableGen/Record.h>
virtual
bool
keepUnsetBits() const;
Description
This represents instruction encodings by retaining references to unset variables in a record.
Return Value
Whether bits that resolve to ? should remain unresolved.
Created with MrDocs