Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1207 APInt Other_max = Other.getUnsignedMax().zext(getBitWidth() * 2); in multiply() local
1210 this_max * Other_max + 1); in multiply()
1230 Other_max = Other.getSignedMax().sext(getBitWidth() * 2); in multiply()
1232 auto L = {this_min * Other_min, this_min * Other_max, in multiply()
1233 this_max * Other_min, this_max * Other_max}; in multiply()