Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantRangeTest.cpp183 ConstantRange ZFull = Full.zeroExtend(20); in TEST_F() local
188 EXPECT_EQ(ZFull, ConstantRange(APInt(20, 0), APInt(20, 0x10000))); in TEST_F()