Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferIntRangeInterfaceTest.cpp44 ConstantIntRanges signedNegative = in TEST() local
46 EXPECT_EQ(signedNegative.smin(), minInt); in TEST()
47 EXPECT_EQ(signedNegative.smax(), minIntPlusOne); in TEST()