Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1284 [[maybe_unused]] static bool canElideOverflowCheck(const ASTContext &astContext, in canElideOverflowCheck() function
1418 if (canElideOverflowCheck(cgf.getContext(), ops)) in emitMul()
1430 !canElideOverflowCheck(cgf.getContext(), ops)) in emitMul()
1476 if (canElideOverflowCheck(cgf.getContext(), ops)) in emitAdd()
1489 !canElideOverflowCheck(cgf.getContext(), ops)) in emitAdd()
1523 if (canElideOverflowCheck(cgf.getContext(), ops)) in emitSub()
1537 !canElideOverflowCheck(cgf.getContext(), ops)) in emitSub()