Home
last modified time | relevance | path

Searched refs:RHSMax (Results 1 – 2 of 2) 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()