Searched refs:IsGreaterThanEqual (Results 1 – 2 of 2) sorted by relevance
85 bool IsGreaterThanEqual() const { return op == BinaryOp::kGreaterThanEqual; } in IsGreaterThanEqual() function
2078 } else if (expr->IsGreaterThanEqual()) { in GenerateBinaryExpression()