Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp189 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { in CanElideOverflowCheck() function
751 if (CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
776 !CanElideOverflowCheck(CGF.getContext(), Ops)) in EmitMul()
4156 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
4178 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitAdd()
4312 if (CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()
4334 !CanElideOverflowCheck(CGF.getContext(), op)) in EmitSub()