Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h139 if (SubOverflow(R[0], int64_t(1), R[0])) { in toStrictLessThan()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h122 if (SubOverflow(Value, RHS.Value, Result))
H A DMathExtras.h597 std::enable_if_t<std::is_signed_v<T>, T> SubOverflow(T X, T Y, T &Result) { in SubOverflow() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h159 if (SubOverflow(Value, Other.Value, Result))
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h274 return llvm::SubOverflow<T>(A, B, R);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp693 if (SubOverflow(R[GetOrAddIndex(KV.Variable)], KV.Coefficient, in getConstraint()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1612 case BO_Sub: Check = SanitizerHandler::SubOverflow; break; in EmitBinOpCheck()
3525 OverflowKind = SanitizerHandler::SubOverflow; in EmitOverflowCheckedBinOp()
H A DCodeGenFunction.h135 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \
H A DCGBuiltin.cpp2043 CGF.EmitTrapCheck(NotOverflow, SanitizerHandler::SubOverflow); in EmitOverflowCheckedAbs()