Searched refs:IsIntegerConstantExpr (Results 1 – 1 of 1) sorted by relevance
736 auto IsIntegerConstantExpr = [AstCtx](const Expr *E) { in areSidesBinaryConstExpressions() local740 if ((IsIntegerConstantExpr(LhsBinOp->getLHS()) || in areSidesBinaryConstExpressions()741 IsIntegerConstantExpr(LhsBinOp->getRHS())) && in areSidesBinaryConstExpressions()742 (IsIntegerConstantExpr(RhsBinOp->getLHS()) || in areSidesBinaryConstExpressions()743 IsIntegerConstantExpr(RhsBinOp->getRHS()))) in areSidesBinaryConstExpressions()765 auto IsIntegerConstantExpr = [AstCtx](const Expr *E) { in retrieveConstExprFromBothSides() local769 LhsConst = IsIntegerConstantExpr(BinOpLhs->getLHS()) ? BinOpLhs->getLHS() in retrieveConstExprFromBothSides()771 RhsConst = IsIntegerConstantExpr(BinOpRhs->getLHS()) ? BinOpRhs->getLHS() in retrieveConstExprFromBothSides()