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

/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp184 ConstantRange ZFull = Full.zeroExtend(20); local
189 EXPECT_EQ(ZFull, ConstantRange(APInt(20, 0), APInt(20, 0x10000)));

Completed in 34 milliseconds