Searched refs:MAX_INT_BITS (Results 1 – 7 of 7) sorted by relevance
49 MAX_INT_BITS = (1<<23)-1 ///< Maximum number of bits that can be specified enumerator
300 assert(NumBits <= MAX_INT_BITS && "bitwidth too large"); in get()
478 NumBits > IntegerType::MAX_INT_BITS) { in LexIdentifier()
1990 if (SizeInBits > IntegerType::MAX_INT_BITS) in isIntegerWideningViable()
1174 ; integer type width (MAX_INT_BITS) supported by llvm (1048576*32 > (1<<23)-1).
1509 NumBits > IntegerType::MAX_INT_BITS) in parseTypeTableBody()
2636 ``IntegerType::MAX_INT_BITS`` (~8 million) can be represented.