This enum is just used to hold constants we need for IntegerType.
Synopsis
Declared in <llvm/IR/DerivedTypes.h>
enum Unnamed enum;
Members
Name |
Description |
|
Minimum number of bits that can be specified |
|
Maximum number of bits that can be specified Note that bit width is stored in the Type classes SubclassData field which has 24 bits. SelectionDAG type legalization can require a power of 2 IntegerType, so limit to the largest representable power of 2, 8388608. |
Created with MrDocs