Searched refs:CanBeNegative (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1901 ((a->CanBeZero() && b->CanBeNegative()) ||
1902 (a->CanBeNegative() && b->CanBeZero())));
1917 (a->CanBeZero() && b->CanBeNegative())));
1939 (a->CanBeZero() && b->CanBeNegative())));
1944 if (!a->CanBeNegative()) {
1977 bool left_can_be_negative = a->CanBeMinusZero() || a->CanBeNegative();
1984 if (!a->CanBeNegative()) {
3096 int32_t min = (left()->range()->CanBeNegative() ||
3097 right()->range()->CanBeNegative())
3143 if (left()->range()->CanBeNegative()) {
[all...]
H A Dhydrogen-instructions.h244 bool CanBeNegative() const { return lower_ < 0; } function in class:v8::internal::V8_FINAL

Completed in 103 milliseconds