Return this initializer cast to Ty.

Synopsis

Declared in <llvm/TableGen/Record.h>

virtual
Init const*
getCastTo(RecTy const* Ty) const override;

Return Value

This initializer cast to Ty.

Parameters

Name

Description

Ty

The destination type.

Created with MrDocs