Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantRange.cpp709 APInt Other_min = Other.getUnsignedMin().zext(getBitWidth() * 2); in multiply() local
712 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()
731 Other_min = Other.getSignedMin().sext(getBitWidth() * 2); in multiply()
734 auto L = {this_min * Other_min, this_min * Other_max, in multiply()
735 this_max * Other_min, this_max * Other_max}; in multiply()
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp558 APInt Other_min = Other.getUnsignedMin().zext(getBitWidth() * 2); in multiply() local
561 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()