Home
last modified time | relevance | path

Searched refs:MinOverflow (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DValueTracking.cpp3317 bool MinOverflow; in computeOverflowForUnsignedMul() local
3318 LHSKnownOne.umul_ov(RHSKnownOne, MinOverflow); in computeOverflowForUnsignedMul()
3319 if (MinOverflow) in computeOverflowForUnsignedMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3745 bool MinOverflow; in computeOverflowForUnsignedMul() local
3746 (void)LHSKnown.One.umul_ov(RHSKnown.One, MinOverflow); in computeOverflowForUnsignedMul()
3747 if (MinOverflow) in computeOverflowForUnsignedMul()