Searched defs:IsComparison (Results 1 – 3 of 3) sorted by relevance
11 bool NodeMatcher::IsComparison() const { in IsComparison() function in v8::internal::compiler::NodeMatcher
216 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak() local
184 def IsComparison(x): function