Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp179 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { in CanElideOverflowCheck() function
720 if (CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
745 !CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
3580 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3594 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
3730 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()
3744 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()