Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp3310 bool MaxOverflow; in computeOverflowForUnsignedMul() local
3311 LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul()
3312 if (!MaxOverflow) in computeOverflowForUnsignedMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3738 bool MaxOverflow; in computeOverflowForUnsignedMul() local
3739 (void)LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul()
3740 if (!MaxOverflow) in computeOverflowForUnsignedMul()