Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1100 APInt this_max = getUnsignedMax().zext(getBitWidth() * 2); in multiply() local
1105 this_max * Other_max + 1); in multiply()
1123 this_max = getSignedMax().sext(getBitWidth() * 2); in multiply()
1128 this_max * Other_min, this_max * Other_max}; in multiply()