Home
last modified time | relevance | path

Searched refs:RHSMax (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp500 APInt RHSMax = ~RHSKnownZero; in visitCallInst() local
505 LHSMax.umul_ov(RHSMax, Overflow); in visitCallInst()
/external/llvm/lib/Analysis/
DValueTracking.cpp3306 APInt RHSMax = ~RHSKnownZero; in computeOverflowForUnsignedMul() local
3311 LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3734 APInt RHSMax = ~RHSKnown.Zero; in computeOverflowForUnsignedMul() local
3739 (void)LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul()