Searched refs:this_min (Results 1 – 1 of 1) sorted by relevance
1204 APInt this_min = getUnsignedMin().zext(getBitWidth() * 2); in multiply() local1209 ConstantRange Result_zext = ConstantRange(this_min * Other_min, in multiply()1227 this_min = getSignedMin().sext(getBitWidth() * 2); in multiply()1232 auto L = {this_min * Other_min, this_min * Other_max, in multiply()