/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 71 if (MulOverflow(Constraints[UpperR][I], in eliminateUsingFM() 74 if (MulOverflow(Constraints[LowerR][I], in eliminateUsingFM()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ConstraintSystem.h | 128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ConstraintSystem.h | 128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ConstraintSystem.h | 128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ConstraintSystem.h | 128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | InstructionCost.h | 139 if (MulOverflow(Value, RHS.Value, Result)) {
|
D | MathExtras.h | 623 std::enable_if_t<std::is_signed_v<T>, T> MulOverflow(T X, T Y, T &Result) { in MulOverflow() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | InstructionCost.h | 139 if (MulOverflow(Value, RHS.Value, Result)) {
|
D | MathExtras.h | 637 std::enable_if_t<std::is_signed_v<T>, T> MulOverflow(T X, T Y, T &Result) { in MulOverflow() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | InstructionCost.h | 139 if (MulOverflow(Value, RHS.Value, Result)) {
|
D | MathExtras.h | 623 std::enable_if_t<std::is_signed_v<T>, T> MulOverflow(T X, T Y, T &Result) { in MulOverflow() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | InstructionCost.h | 139 if (MulOverflow(Value, RHS.Value, Result)) {
|
D | MathExtras.h | 623 std::enable_if_t<std::is_signed_v<T>, T> MulOverflow(T X, T Y, T &Result) { in MulOverflow() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 139 if (MulOverflow(Value, RHS.Value, Result)) {
|
H A D | MathExtras.h | 750 std::enable_if_t<std::is_signed<T>::value, T> MulOverflow(T X, T Y, T &Result) { in MulOverflow() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 930 MulOverflow(T X, T Y, T &Result) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 57 MulOverflow(A, B, Result); in multiplyWithOverflow()
|