Home | History | Annotate | Download | only in x64

Lines Matching refs:is_equality

4353   bool is_equality = cc_ == equal || cc_ == not_equal;
4355 if (strict_ && is_equality) stream->Add("_STRICT");
4356 if (never_nan_nan_ && is_equality) stream->Add("_NO_NAN");