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

MIN_INT_BITS

Minimum number of bits that can be specified

MAX_INT_BITS

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