Searched refs:CanElideOverflowCheck (Results 1 – 1 of 1) sorted by relevance
193 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { in CanElideOverflowCheck() function788 if (CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()813 !CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()2990 if (!E->canOverflow() || CanElideOverflowCheck(CGF.getContext(), Info)) in EmitIncDecConsiderOverflowBehavior()4461 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()4483 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()4617 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()4639 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()