OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NonNegative
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
660
enum class Domain {
NonNegative
, NonPositive, Unknown };
664
return Domain::
NonNegative
;
792
if (Op.D == Domain::
NonNegative
)
848
if (Op.D == Domain::
NonNegative
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
10653
/// sign bit if !
NonNegative
.
10659
bool
NonNegative
;
10661
IntRange(unsigned Width, bool
NonNegative
)
10662
: Width(Width),
NonNegative
(
NonNegative
) {}
10666
return
NonNegative
? Width : Width - 1;
10709
return IntRange(NumPositive, true/*
NonNegative
*/);
10712
false/*
NonNegative
*/);
10752
bool Unsigned = L.
NonNegative
&& R.
NonNegative
;
[
all
...]
Completed in 41 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026