Home
last modified time | relevance | path

Searched refs:MayOverflow (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp1433 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 DConstantRange.cpp1673 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 DLoopFlatten.cpp648 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 DConstantRange.h466 MayOverflow, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstantRange.h537 MayOverflow, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstantRange.h548 MayOverflow, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstantRange.h548 MayOverflow, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstantRange.h548 MayOverflow, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstantRange.h548 MayOverflow, enumerator
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DValueTracking.h322 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h453 MayOverflow, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DValueTracking.h506 MayOverflow, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4148 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 DValueTracking.cpp3322 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/
DValueTracking.h823 MayOverflow, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DValueTracking.h859 MayOverflow, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DValueTracking.h859 MayOverflow, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DValueTracking.h859 MayOverflow, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp4928 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 DInstCombineCalls.cpp1706 case OverflowResult::MayOverflow: in visitCallInst()
H A DInstCombineCompares.cpp5065 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2095 case OverflowResult::MayOverflow: in visitCallInst()
H A DInstCombineCompares.cpp4524 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()