/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 64 AddOverflow(A, B, Result); in addWithOverflow() 483 if (AddOverflow(Offset1, Offset2, OffsetSum)) in getConstraint() 486 if (AddOverflow(OffsetSum, int64_t(-1), OffsetSum)) in getConstraint()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 77 if (AddOverflow(M1, M2, N)) in eliminateUsingFM()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | InstructionCost.h | 104 if (AddOverflow(Value, RHS.Value, Result))
|
D | MathExtras.h | 571 std::enable_if_t<std::is_signed_v<T>, T> AddOverflow(T X, T Y, T &Result) { in AddOverflow() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | InstructionCost.h | 104 if (AddOverflow(Value, RHS.Value, Result))
|
D | MathExtras.h | 585 std::enable_if_t<std::is_signed_v<T>, T> AddOverflow(T X, T Y, T &Result) { in AddOverflow() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | InstructionCost.h | 104 if (AddOverflow(Value, RHS.Value, Result))
|
D | MathExtras.h | 571 std::enable_if_t<std::is_signed_v<T>, T> AddOverflow(T X, T Y, T &Result) { in AddOverflow() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | InstructionCost.h | 104 if (AddOverflow(Value, RHS.Value, Result))
|
D | MathExtras.h | 571 std::enable_if_t<std::is_signed_v<T>, T> AddOverflow(T X, T Y, T &Result) { in AddOverflow() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 104 if (AddOverflow(Value, RHS.Value, Result))
|
H A D | MathExtras.h | 698 std::enable_if_t<std::is_signed<T>::value, T> AddOverflow(T X, T Y, T &Result) { in AddOverflow() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 152 if (AddOverflow(Value, Offset, Result.Value))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | Sequence.h | 152 if (AddOverflow(Value, Offset, Result.Value))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | Sequence.h | 152 if (AddOverflow(Value, Offset, Result.Value))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | Sequence.h | 152 if (AddOverflow(Value, Offset, Result.Value))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | Sequence.h | 152 if (AddOverflow(Value, Offset, Result.Value))
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 875 AddOverflow(T X, T Y, T &Result) {
|