Return the type of registers that this ValueType will eventually require.
Declared in <llvm/CodeGen/TargetLowering.h>
MVT
getRegisterType(
LLVMContext& Context,
EVT VT) const;
The type of registers that this ValueType will eventually require.
| Name | Description |
|---|---|
| Context | LLVMContext used for type creation. |
| VT | Value type being queried or transformed. |