Searched refs:IsComparison (Results 1 – 5 of 5) sorted by relevance
11 bool NodeMatcher::IsComparison() const { in IsComparison() function in v8::internal::compiler::NodeMatcher
37 bool IsComparison() const;
1121 if (mleft.left().IsComparison()) { in ReduceWord32Sar()1162 if (m.left().IsComparison() && m.right().Is(1)) { // CMP & 1 => CMP in ReduceWord32And()
184 def IsComparison(x): function492 elif IsComparison(seld) or IsLogical(seld):
216 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak() local222 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() && in mustBreak()