Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantRange.cpp1143 APInt OtherMax = Other.getSignedMax(); in smul_fast() local
1146 auto Muls = {Min.smul_ov(OtherMin, O1), Min.smul_ov(OtherMax, O2), in smul_fast()
1147 Max.smul_ov(OtherMin, O3), Max.smul_ov(OtherMax, O4)}; in smul_fast()
1459 APInt OtherMax = Other.getUnsignedMax(); in shl() local
1462 if (OtherMax.ugt(Max.countLeadingZeros())) in shl()
1468 Max <<= OtherMax; in shl()
1592 APInt OtherMax = Other.getSignedMax(); in smul_sat() local
1594 auto L = {Min.smul_sat(OtherMin), Min.smul_sat(OtherMax), in smul_sat()
1595 Max.smul_sat(OtherMin), Max.smul_sat(OtherMax)}; in smul_sat()
1676 APInt OtherMin = Other.getUnsignedMin(), OtherMax = Other.getUnsignedMax(); in unsignedAddMayOverflow() local
[all …]