Home
last modified time | relevance | path

Searched refs:MulOverflow (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DConstraintSystem.cpp71 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/
DConstraintSystem.h128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DConstraintSystem.h128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DConstraintSystem.h128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DConstraintSystem.h128 if (MulOverflow(C, int64_t(-1), C)) in negateOrEqual()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DInstructionCost.h139 if (MulOverflow(Value, RHS.Value, Result)) {
DMathExtras.h623 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/
DInstructionCost.h139 if (MulOverflow(Value, RHS.Value, Result)) {
DMathExtras.h637 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/
DInstructionCost.h139 if (MulOverflow(Value, RHS.Value, Result)) {
DMathExtras.h623 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/
DInstructionCost.h139 if (MulOverflow(Value, RHS.Value, Result)) {
DMathExtras.h623 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 DInstructionCost.h139 if (MulOverflow(Value, RHS.Value, Result)) {
H A DMathExtras.h750 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 DMathExtras.h930 MulOverflow(T X, T Y, T &Result) {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp57 MulOverflow(A, B, Result); in multiplyWithOverflow()