OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNonNegative
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Support/
APInt.cpp
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
301
bool
isNonNegative
() const {
310
return
isNonNegative
() && !!*this;
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
520
if (I.isExact() && RHS->getValue().
isNonNegative
() &&
InstCombineSimplifyDemanded.cpp
722
if (DemandedMask.isNegative() && KnownZero.
isNonNegative
()) {
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
499
if (Mask.isNegative() && KnownZero.
isNonNegative
()) {
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
Completed in 200 milliseconds