Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp175 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { in CanElideOverflowCheck() function
732 if (CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
757 !CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
3827 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3841 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3977 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()
3991 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()