Home
last modified time | relevance | path

Searched refs:MAX_INT_BITS (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DExpandLargeDivRem.cpp37 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()
DExpandLargeFpConvert.cpp36 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()
DTargetLoweringBase.cpp731 MaxLargeFPConvertBitWidthSupported = llvm::IntegerType::MAX_INT_BITS; in TargetLoweringBase()
/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DX86.h494 return llvm::IntegerType::MAX_INT_BITS; in getMaxBitIntWidth()
804 return llvm::IntegerType::MAX_INT_BITS; in getMaxBitIntWidth()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDerivedTypes.h52 MAX_INT_BITS = (1<<23) ///< Maximum number of bits that can be specified enumerator
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h628 return std::min<size_t>(*MaxBitIntWidth, llvm::IntegerType::MAX_INT_BITS); in getMaxBitIntWidth()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp315 assert(NumBits <= MAX_INT_BITS && "bitwidth too large"); in get()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp480 NumBits > IntegerType::MAX_INT_BITS) { in LexIdentifier()
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DInitPreprocessor.cpp974 assert(BitIntMaxWidth <= llvm::IntegerType::MAX_INT_BITS && in InitializePredefinedMacros()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DSROA.cpp2345 if (SizeInBits > IntegerType::MAX_INT_BITS) in isIntegerWideningViable()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2349 NumBits > IntegerType::MAX_INT_BITS) in parseTypeTableBody()
/openbsd/src/gnu/llvm/llvm/docs/
DProgrammersManual.rst3339 ``IntegerType::MAX_INT_BITS`` (~8 million) can be represented.