Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Equals

152   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())) {
796 if (!lower.Equals(ValueBound::Min()) || !upper.Equals(ValueBound::Max())) {
1020 // The value of left input of the sub equals (left + right_const).
1077 // The value of left input of instruction equals (left + c).