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