/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1433 return OverflowResult::MayOverflow; in unsignedAddMayOverflow() 1442 return OverflowResult::MayOverflow; in unsignedAddMayOverflow() 1449 return OverflowResult::MayOverflow; in signedAddMayOverflow() 1468 return OverflowResult::MayOverflow; in signedAddMayOverflow() 1471 return OverflowResult::MayOverflow; in signedAddMayOverflow() 1479 return OverflowResult::MayOverflow; in unsignedSubMayOverflow() 1488 return OverflowResult::MayOverflow; in unsignedSubMayOverflow() 1495 return OverflowResult::MayOverflow; in signedSubMayOverflow() 1514 return OverflowResult::MayOverflow; in signedSubMayOverflow() 1517 return OverflowResult::MayOverflow; in signedSubMayOverflow() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1673 return OverflowResult::MayOverflow; in unsignedAddMayOverflow() 1682 return OverflowResult::MayOverflow; in unsignedAddMayOverflow() 1689 return OverflowResult::MayOverflow; in signedAddMayOverflow() 1708 return OverflowResult::MayOverflow; in signedAddMayOverflow() 1711 return OverflowResult::MayOverflow; in signedAddMayOverflow() 1719 return OverflowResult::MayOverflow; in unsignedSubMayOverflow() 1728 return OverflowResult::MayOverflow; in unsignedSubMayOverflow() 1735 return OverflowResult::MayOverflow; in signedSubMayOverflow() 1754 return OverflowResult::MayOverflow; in signedSubMayOverflow() 1757 return OverflowResult::MayOverflow; in signedSubMayOverflow() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 648 if (OR != OverflowResult::MayOverflow) in checkOverflow() 680 return OverflowResult::MayOverflow; in checkOverflow() 912 } else if (OR == OverflowResult::MayOverflow) { in FlattenLoopPair()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 466 MayOverflow, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 537 MayOverflow, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | ConstantRange.h | 548 MayOverflow, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | ConstantRange.h | 548 MayOverflow, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | ConstantRange.h | 548 MayOverflow, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | ConstantRange.h | 548 MayOverflow, enumerator
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 322 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 453 MayOverflow, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 506 MayOverflow, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4148 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult() 4149 return OverflowResult::MayOverflow; in mapOverflowResult() 4227 return OverflowResult::MayOverflow; in computeOverflowForSignedMul() 4278 if (OR != OverflowResult::MayOverflow) in computeOverflowForSignedAdd() 4283 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd() 4303 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 3322 return OverflowResult::MayOverflow; in computeOverflowForUnsignedMul() 3351 return OverflowResult::MayOverflow; in computeOverflowForUnsignedAdd() 3376 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd() 3395 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ValueTracking.h | 823 MayOverflow, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ValueTracking.h | 859 MayOverflow, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ValueTracking.h | 859 MayOverflow, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ValueTracking.h | 859 MayOverflow, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4928 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult() 4929 return OverflowResult::MayOverflow; in mapOverflowResult() 5007 return OverflowResult::MayOverflow; in computeOverflowForSignedMul() 5058 if (OR != OverflowResult::MayOverflow) in computeOverflowForSignedAdd() 5063 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd() 5083 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1706 case OverflowResult::MayOverflow: in visitCallInst()
|
H A D | InstCombineCompares.cpp | 5065 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2095 case OverflowResult::MayOverflow: in visitCallInst()
|
H A D | InstCombineCompares.cpp | 4524 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()
|