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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp175 static bool CanElideOverflowCheck(const ASTContext &Ctx, const BinOpInfo &Op) { function in namespace:__anon437
732 if (CanElideOverflowCheck(CGF.getContext(), Ops))
757 !CanElideOverflowCheck(CGF.getContext(), Ops))
3868 if (CanElideOverflowCheck(CGF.getContext(), op))
3890 !CanElideOverflowCheck(CGF.getContext(), op))
4022 if (CanElideOverflowCheck(CGF.getContext(), op))
4044 !CanElideOverflowCheck(CGF.getContext(), op))

Completed in 66 milliseconds