Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp158 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { in CanElideOverflowCheck() function
690 if (CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
698 !CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
3321 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3329 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3356 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()
3364 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()