Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferIntRangeInterfaceTest.cpp21 ConstantIntRanges boundedAbove(zero, two, zero, three); in TEST() local
22 EXPECT_EQ(boundedAbove.umin(), zero); in TEST()
23 EXPECT_EQ(boundedAbove.umax(), two); in TEST()
24 EXPECT_EQ(boundedAbove.smin(), zero); in TEST()
25 EXPECT_EQ(boundedAbove.smax(), three); in TEST()