Searched refs:maxInt (Results 1 – 2 of 2) sorted by relevance
30 APInt maxInt = APInt::getSignedMaxValue(64); in TEST() local35 ConstantIntRanges::fromUnsigned(zero, maxInt); in TEST()37 EXPECT_EQ(canPortToSigned.smax(), maxInt); in TEST()42 EXPECT_EQ(cantPortToSigned.smax(), maxInt); in TEST()
416 auto maxInt = std::min(op.getMaxInt(), clampOp.getMaxInt()); in matchAndRewrite() local421 rewriter.getI64IntegerAttr(maxInt), rewriter.getF32FloatAttr(minFp), in matchAndRewrite()