OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_INT_BITS
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
DerivedTypes.h
47
MIN_INT_BITS
= 1, ///< Minimum number of bits that can be specified
/external/llvm/lib/AsmParser/
LLLexer.cpp
454
if (NumBits < IntegerType::
MIN_INT_BITS
||
/external/llvm/lib/IR/
Type.cpp
306
assert(NumBits >=
MIN_INT_BITS
&& "bitwidth too small");
Completed in 793 milliseconds