Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1561 APFloat signedMax(rhs.getSemantics()); in matchAndRewrite() local
1562 signedMax.convertFromAPInt(APInt::getSignedMaxValue(intWidth), true, in matchAndRewrite()
1564 if (signedMax < rhs) { // smax < 13123.0 in matchAndRewrite()