Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferIntRangeInterfaceTest.cpp93 ConstantIntRanges zeroTwo(zero, two, zero, two); in TEST() local
94 EXPECT_EQ(zeroOne.rangeUnion(oneTwo), zeroTwo); in TEST()