Searched refs:MulOverflow (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstraintSystem.cpp | 98 if (MulOverflow(UpperV, -1 * LowerLast, M1)) in eliminateUsingFM() 105 if (MulOverflow(LowerV, UpperLast, M2)) in eliminateUsingFM()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstraintSystem.h | 128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 139 if (MulOverflow(Value, RHS.Value, Result)) {
|
| H A D | MathExtras.h | 623 std::enable_if_t<std::is_signed_v<T>, T> MulOverflow(T X, T Y, T &Result) { in MulOverflow() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Integral.h | 283 return llvm::MulOverflow<T>(A, B, R);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 69 MulOverflow(A, B, Result); in multiplyWithOverflow()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1613 case BO_Mul: Check = SanitizerHandler::MulOverflow; break; in EmitBinOpCheck() 3532 OverflowKind = SanitizerHandler::MulOverflow; in EmitOverflowCheckedBinOp()
|
| H A D | CodeGenFunction.h | 126 SANITIZER_CHECK(MulOverflow, mul_overflow, 0) \
|