Return a VT for an integer element type with doubled bit width. The type returned may be an extended type.
Declared in <llvm/CodeGen/ValueTypes.h>
EVT
widenIntegerElementType(LLVMContext& Context) const;
Extended Value Type. Capable of holding value types which are not native for any processor (such as the i12345 type), as well as the types an MVT can represent.
| Name | Description |
|---|---|
| Context | This is an important class for using LLVM in a threaded context. It (opaquely) owns and manages the core "global" data of LLVM's core infrastructure, including the type and constant uniquing tables. LLVMContext itself provides no locking guarantees, so you should be careful to have one context per thread. |