Searched refs:SubOverflow (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SanitizerHandler.h | 38 SANITIZER_CHECK(SubOverflow, sub_overflow, 0) \
|
| H A D | CGExprScalar.cpp | 1844 case BO_Sub: Check = SanitizerHandler::SubOverflow; break; in EmitBinOpCheck() 4093 OverflowKind = SanitizerHandler::SubOverflow; in EmitOverflowCheckedBinOp()
|
| H A D | CGBuiltin.cpp | 2073 CheckHandler = SanitizerHandler::SubOverflow; in EmitOverflowCheckedAbs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstraintSystem.h | 141 if (SubOverflow(R[0], int64_t(1), R[0])) { in toStrictLessThan()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 122 if (SubOverflow(Value, RHS.Value, Result))
|
| H A D | MathExtras.h | 736 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 D | Sequence.h | 89 #include "llvm/Support/MathExtras.h" // AddOverflow / SubOverflow 159 if (SubOverflow(Value, Other.Value, Result))
|
| H A D | DynamicAPInt.h | 322 bool Overflow = SubOverflow(getSmall(), O.getSmall(), Result.getSmall()); 462 bool Overflow = SubOverflow(getSmall(), O.getSmall(), Result);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Integral.h | 311 return llvm::SubOverflow<T>(A, B, R);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 768 if (SubOverflow(Coeff, KV.Coefficient, Coeff)) in getConstraint()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 4371 def SubOverflow : Builtin {
|