Searched refs:ZFull (Results 1 - 1 of 1) sorted by relevance
/external/llvm/unittests/IR/ | ||
H A D | ConstantRangeTest.cpp | 184 ConstantRange ZFull = Full.zeroExtend(20); local 189 EXPECT_EQ(ZFull, ConstantRange(APInt(20, 0), APInt(20, 0x10000))); |
Completed in 34 milliseconds