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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1871 ((a->CanBeZero() && b->CanBeNegative()) ||
1872 (a->CanBeNegative() && b->CanBeZero())));
1887 (a->CanBeZero() && b->CanBeNegative())));
1909 (a->CanBeZero() && b->CanBeNegative())));
1914 if (!a->CanBeNegative()) {
1950 bool left_can_be_negative = a->CanBeMinusZero() || a->CanBeNegative();
1957 if (!a->CanBeNegative()) {
3066 int32_t min = (left()->range()->CanBeNegative() ||
3067 right()->range()->CanBeNegative())
3113 if (left()->range()->CanBeNegative()) {
[all...]
H A Dhydrogen-instructions.h248 bool CanBeNegative() const { return lower_ < 0; } function in class:v8::internal::FINAL

Completed in 123 milliseconds