Searched refs:MAX_INT_BITS (Results 1 – 12 of 12) sorted by relevance
37 cl::init(llvm::IntegerType::MAX_INT_BITS),61 if (ExpandDivRemBits != llvm::IntegerType::MAX_INT_BITS) in runImpl()64 if (MaxLegalDivRemBitWidth >= llvm::IntegerType::MAX_INT_BITS) in runImpl()
36 cl::init(llvm::IntegerType::MAX_INT_BITS),575 if (ExpandFpConvertBits != llvm::IntegerType::MAX_INT_BITS) in runImpl()578 if (MaxLegalFpConvertBitWidth >= llvm::IntegerType::MAX_INT_BITS) in runImpl()
731 MaxLargeFPConvertBitWidthSupported = llvm::IntegerType::MAX_INT_BITS; in TargetLoweringBase()
494 return llvm::IntegerType::MAX_INT_BITS; in getMaxBitIntWidth()804 return llvm::IntegerType::MAX_INT_BITS; in getMaxBitIntWidth()
52 MAX_INT_BITS = (1<<23) ///< Maximum number of bits that can be specified enumerator
628 return std::min<size_t>(*MaxBitIntWidth, llvm::IntegerType::MAX_INT_BITS); in getMaxBitIntWidth()
315 assert(NumBits <= MAX_INT_BITS && "bitwidth too large"); in get()
480 NumBits > IntegerType::MAX_INT_BITS) { in LexIdentifier()
974 assert(BitIntMaxWidth <= llvm::IntegerType::MAX_INT_BITS && in InitializePredefinedMacros()
2345 if (SizeInBits > IntegerType::MAX_INT_BITS) in isIntegerWideningViable()
2349 NumBits > IntegerType::MAX_INT_BITS) in parseTypeTableBody()
3339 ``IntegerType::MAX_INT_BITS`` (~8 million) can be represented.