Home
last modified time | relevance | path

Searched defs:NonNegative (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp487 bool NonNegative) { in CanTraceInto()
572 bool ZeroExtended, bool NonNegative) { in find()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp448 bool NonNegative) { in CanTraceInto()
531 bool ZeroExtended, bool NonNegative) { in find()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp506 bool NonNegative) { in CanTraceInto()
604 bool ZeroExtended, bool NonNegative) { in find()
DCorrelatedValuePropagation.cpp608 enum class Domain { NonNegative, NonPositive, Unknown }; enumerator
/external/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/webrtc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/openscreen/third_party/abseil/src/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/libtextclassifier/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/angle/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/llvm/lib/Analysis/
DValueTracking.cpp181 bool NonNegative, Negative; in isKnownNonNegative() local
201 bool NonNegative, Negative; in isKnownNegative() local
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2252 bool NonNegative, in getPwAff()
DScopBuilder.cpp351 const SCEV *E, bool NonNegative) { in getPwAff()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10402 bool NonNegative; member
10503 bool NonNegative = false; in bit_and() local
/external/clang/lib/Sema/
DSemaChecking.cpp6975 bool NonNegative; member