Get the type back from LLT. It won't be 100 percent accurate but returns an estimate of the type.
Declared in <llvm/CodeGen/GlobalISel/Utils.h>
Type*
getTypeForLLT(
LLT Ty,
LLVMContext& C);
An estimated IR Type for Ty.
| Name | Description |
|---|---|
| Ty | Low-level type to convert. |
| C | LLVM context used to build the IR type. |