1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include
Nikita Popov 1da36cb589 [ConstantRange] Add unsignedMulMayOverflow()
Same as the other ConstantRange overflow checking methods, but for
unsigned mul. In this case there is no cheap overflow criterion, so
using umul_ov for the implementation.

Differential Revision: https://reviews.llvm.org/D60574

llvm-svn: 358228
2019-04-11 21:10:33 +00:00
..
llvm [ConstantRange] Add unsignedMulMayOverflow() 2019-04-11 21:10:33 +00:00
llvm-c [DebugInfo] Combine Trivial and NonTrivial flags 2019-04-11 20:25:10 +00:00