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