Searched refs:AddOverflow (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 107 if (AddOverflow(M1, M2, N)) in eliminateUsingFM()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 104 if (AddOverflow(Value, RHS.Value, Result))
|
H A D | MathExtras.h | 693 std::enable_if_t<std::is_signed_v<T>, T> AddOverflow(T X, T Y, T &Result) { in AddOverflow() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 89 #include "llvm/Support/MathExtras.h" // AddOverflow / SubOverflow 152 if (AddOverflow(Value, Offset, Result.Value))
|
H A D | DynamicAPInt.h | 294 bool Overflow = AddOverflow(getSmall(), O.getSmall(), Result.getSmall()); 430 bool Overflow = AddOverflow(getSmall(), O.getSmall(), Result);
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Integral.h | 265 return llvm::AddOverflow<T>(A, B, R);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 77 AddOverflow(A, B, Result); in addWithOverflow() 718 if (AddOverflow(Offset1, Offset2, OffsetSum)) in getConstraint() 721 if (AddOverflow(OffsetSum, int64_t(-1), OffsetSum)) in getConstraint()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1763 case BO_Add: Check = SanitizerHandler::AddOverflow; break; in EmitBinOpCheck() 3804 OverflowKind = SanitizerHandler::AddOverflow; in EmitOverflowCheckedBinOp()
|
H A D | CodeGenFunction.h | 116 SANITIZER_CHECK(AddOverflow, add_overflow, 0) \
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 4175 def AddOverflow : Builtin {
|