Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp175 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { in CanElideOverflowCheck() function
724 if (CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
749 !CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
3656 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3670 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3806 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()
3820 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()