Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DConstantRange.cpp559 APInt Other_min = Other.getUnsignedMin().zext(getBitWidth() * 2); in multiply() local
562 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()