Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h47 MAX_INT_BITS = (1<<23)-1 ///< Maximum number of bits that can be specified enumerator
/external/llvm/include/llvm/IR/
DDerivedTypes.h49 MAX_INT_BITS = (1<<23)-1 ///< Maximum number of bits that can be specified enumerator
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp457 NumBits > IntegerType::MAX_INT_BITS) { in LexIdentifier()
/external/llvm/lib/IR/
DType.cpp236 assert(NumBits <= MAX_INT_BITS && "bitwidth too large"); in get()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp275 assert(NumBits <= MAX_INT_BITS && "bitwidth too large"); in get()
/external/llvm/lib/AsmParser/
DLLLexer.cpp478 NumBits > IntegerType::MAX_INT_BITS) { in LexIdentifier()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1974 if (SizeInBits > IntegerType::MAX_INT_BITS) in isIntegerWideningViable()
/external/llvm/test/Transforms/SROA/
Dbasictest.ll1174 ; integer type width (MAX_INT_BITS) supported by llvm (1048576*32 > (1<<23)-1).
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1671 NumBits > IntegerType::MAX_INT_BITS) in parseTypeTableBody()
/external/llvm/docs/
DProgrammersManual.rst2820 ``IntegerType::MAX_INT_BITS`` (~8 million) can be represented.