Searched refs:IsComparison (Results 1 – 4 of 4) sorted by relevance
11 bool NodeMatcher::IsComparison() const { in IsComparison() function in v8::internal::compiler::NodeMatcher
34 bool IsComparison() const;
807 if (mleft.left().IsComparison()) { in ReduceWord32Sar()840 if (m.left().IsComparison() && m.right().Is(1)) { // CMP & 1 => CMP in ReduceWord32And()
197 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak() local203 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() && in mustBreak()