Convert this initializer to Ty.
Declared in <llvm/TableGen/Record.h>
virtual
Init const*
convertInitializerTo(RecTy const* Ty) const = 0;
Return null if conversion is not possible, including when the value's type is convertible to Ty but it has unresolved references.
The converted initializer, or null if conversion is not possible.
| Name | Description |
|---|---|
| Ty | The destination type. |