Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 30671) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -2539,6 +2539,9 @@ |
| // Inclusive. |
| bool IsWithin(intptr_t min_int, intptr_t max_int) const; |
| + // Inclusive. |
| + bool Overlaps(intptr_t min_int, intptr_t max_int) const; |
| + |
| bool IsUnsatisfiable() const; |
| private: |