Searched refs:MAX_INT_BITS (Results 1 – 6 of 6) sorted by relevance
48 MAX_INT_BITS = (1<<23)-1 ///< Maximum number of bits that can be specified enumerator
455 NumBits > IntegerType::MAX_INT_BITS) { in LexIdentifier()
307 assert(NumBits <= MAX_INT_BITS && "bitwidth too large"); in get()
1155 ; integer type width (MAX_INT_BITS) supported by llvm (1048576*32 > (1<<23)-1).
2073 if (SizeInBits > IntegerType::MAX_INT_BITS) in isIntegerWideningViable()
2445 ``IntegerType::MAX_INT_BITS`` (~8 million) can be represented.