Searched refs:AddOverflow (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SanitizerHandler.h | 17 SANITIZER_CHECK(AddOverflow, add_overflow, 0) \
|
| H A D | CGExprScalar.cpp | 1843 case BO_Add: Check = SanitizerHandler::AddOverflow; break; in EmitBinOpCheck() 4086 OverflowKind = SanitizerHandler::AddOverflow; in EmitOverflowCheckedBinOp()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstraintSystem.h | 117 if (AddOverflow(R[0], int64_t(1), R[0])) in negate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstraintSystem.cpp | 127 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 | 710 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 | 309 bool Overflow = AddOverflow(getSmall(), O.getSmall(), Result.getSmall()); 445 bool Overflow = AddOverflow(getSmall(), O.getSmall(), Result);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Integral.h | 302 return llvm::AddOverflow<T>(A, B, R);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 358 return AddOverflow(Offset, OtherOffset, Offset); in add() 776 if (AddOverflow(Offset1, Offset2, OffsetSum)) in getConstraint() 779 if (AddOverflow(OffsetSum, int64_t(-1), OffsetSum)) in getConstraint()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 4365 def AddOverflow : Builtin {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5450 AddOverflow(AddrMode.BaseOffs, CI->getSExtValue(), Result); in matchAddr()
|