Searched refs:this_min (Results 1 – 2 of 2) sorted by relevance
363 this_min, this_max = expectations[bench_platform_key]364 if this_bench_value < this_min or this_bench_value > this_max:366 (bench_platform_key, this_bench_value, this_min, this_max))
587 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local592 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()