Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantRange.cpp610 APInt Other_min = Other.getUnsignedMin().zext(getBitWidth() * 2); in multiply() local
613 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()
625 Other_min = Other.getSignedMin().sext(getBitWidth() * 2); in multiply()
628 auto L = {this_min * Other_min, this_min * Other_max, in multiply()
629 this_max * Other_min, this_max * Other_max}; in multiply()