Fold this initializer when possible.
Declared in <llvm/TableGen/Record.h>
Init const*
Fold(
Record const* CurRec,
bool IsFinal = false) const;
The folded initializer.
| Name | Description |
|---|---|
| CurRec | The record providing evaluation context. |
| IsFinal | Whether evaluation has reached the final pass. |