Home
last modified time | relevance | path

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

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