llvm::ExistsOpInit::Fold

Fold this initializer when possible.

Synopsis

Declared in <llvm/TableGen/Record.h>

Init const*
Fold(
    Record const* CurRec,
    bool IsFinal = false) const;

Return Value

The folded initializer.

Parameters

NameDescription
CurRecThe record providing evaluation context.
IsFinalWhether evaluation has reached the final pass.