Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferIntRangeInterfaceTest.cpp56 APInt uintMax = APInt::getMaxValue(64); in TEST() local
61 EXPECT_EQ(noUnsignedBound.umax(), uintMax); in TEST()
82 APInt uintMax = APInt::getMaxValue(64); in TEST() local
84 ConstantIntRanges maximal(zero, uintMax, intMin, intMax); in TEST()
97 ConstantIntRanges zeroOneSignedOnly(zero, uintMax, zero, one); in TEST()