Searched refs:IsComparison (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dnode-matchers.cc11 bool NodeMatcher::IsComparison() const { function in class:v8::internal::compiler::NodeMatcher
H A Dnode-matchers.h34 bool IsComparison() const;
H A Dmachine-operator-reducer.cc861 if (mleft.left().IsComparison()) {
894 if (m.left().IsComparison() && m.right().Is(1)) { // CMP & 1 => CMP
/external/clang/lib/Format/
H A DContinuationIndenter.cpp197 bool IsComparison = (Previous.getPrecedence() == prec::Relational || local
203 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() &&

Completed in 118 milliseconds