OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinBits
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp
24
unsigned
MinBits
;
27
MinBits
= Value.getMinSignedBits();
29
MinBits
= Value.getActiveBits();
37
MinBits
= Value.getMinSignedBits() - IsUnsigned;
39
MinBits
= Value.getActiveBits() + !IsUnsigned;
42
if (
MinBits
<= BitWidth)
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 60 milliseconds