Searched refs:signedMax (Results 1 – 1 of 1) sorted by relevance
1561 APFloat signedMax(rhs.getSemantics()); in matchAndRewrite() local1562 signedMax.convertFromAPInt(APInt::getSignedMaxValue(intWidth), true, in matchAndRewrite()1564 if (signedMax < rhs) { // smax < 13123.0 in matchAndRewrite()