llvm::Init::convertInitializerTo

Convert to a value whose type is Ty, or return null if this is not possible. This can happen if the value's type is convertible to Ty, but there are unresolved references.

Synopsis

Declared in <llvm/TableGen/Record.h>

virtual
Init const*
convertInitializerTo(RecTy const* Ty) const = 0;