Searched refs:isIntZeroExpr (Results 1 – 1 of 1) sorted by relevance
135 bool isIntZeroExpr(const Expr *E) const { in isIntZeroExpr() function in __anon382feb090211::CheckOverflowOps231 if (!isIntZeroExpr(lhs) && !isIntZeroExpr(rhs)) { in VisitBinaryOperator()