OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumPositiveBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
1635
unsigned
NumPositiveBits
= ED->getNumPositiveBits();
1638
unsigned NumBits = std::max(NumNegativeBits,
NumPositiveBits
+ 1);
1643
assert(
NumPositiveBits
<= Bitwidth);
1644
End = llvm::APInt(Bitwidth, 1) <<
NumPositiveBits
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
18162
unsigned
NumPositiveBits
= 0;
18176
NumPositiveBits
= std::max(
NumPositiveBits
,
18223
if (Packed && NumNegativeBits <= CharWidth &&
NumPositiveBits
< CharWidth) {
18227
NumPositiveBits
< ShortWidth) {
18230
} else if (NumNegativeBits <= IntWidth &&
NumPositiveBits
< IntWidth) {
18236
if (NumNegativeBits <= BestWidth &&
NumPositiveBits
< BestWidth) {
18241
if (NumNegativeBits > BestWidth ||
NumPositiveBits
>= BestWidth)
18251
if (Packed &&
NumPositiveBits
<= CharWidth) {
18255
} else if (Packed &&
NumPositiveBits
<= ShortWidth)
[
all
...]
Completed in 55 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026