Home
last modified time | relevance | path

Searched refs:CanElideOverflowCheck (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp193 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { in CanElideOverflowCheck() function
788 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()