Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp499 APInt LHSMax = ~LHSKnownZero; in visitCallInst() local
505 LHSMax.umul_ov(RHSMax, Overflow); in visitCallInst()
/external/llvm/lib/Analysis/
DValueTracking.cpp3305 APInt LHSMax = ~LHSKnownZero; in computeOverflowForUnsignedMul() local
3311 LHSMax.umul_ov(RHSMax, MaxOverflow); in computeOverflowForUnsignedMul()