Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Equals

153   bool Equals(ValueBound bound) const {
746 if (!upper.Equals(ValueBound::Max())) {
758 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
770 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
781 if (!upper.Equals(ValueBound::Max())) {
797 if (!lower.Equals(ValueBound::Min()) || !upper.Equals(ValueBound::Max())) {
812 } else if (lower.IsRelatedToArrayLength() && lower.Equals(upper)) {
1043 // The value of left input of the sub equals (left + right_const).
1100 // The value of left input of instruction equals (left + c).