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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DConstantRange.cpp143 /// getSetSize - Return the number of elements in this set.
145 APInt ConstantRange::getSetSize() const { function in class:ConstantRange
301 if (getSetSize().ult(CR.getSetSize()))
316 if (getSetSize().ult(CR.getSetSize()))
332 if (getSetSize().ult(CR.getSetSize()))
542 APInt Spread_X = getSetSize(), Spread_Y = Other.getSetSize();
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DConstantRange.h121 /// getSetSize - Return the number of elements in this set.
123 APInt getSetSize() const;
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DConstantRangeTest.cpp117 EXPECT_EQ(Full.getSetSize(), APInt(17, 65536));
118 EXPECT_EQ(Empty.getSetSize(), APInt(17, 0));
119 EXPECT_EQ(One.getSetSize(), APInt(17, 1));
120 EXPECT_EQ(Some.getSetSize(), APInt(17, 0xaa0));
124 EXPECT_EQ(Wrap.getSetSize(), APInt(5, 12));
125 EXPECT_EQ(Wrap2.getSetSize(), APInt(5, 15));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp443 if (Span.getSetSize().ugt(8) || Span.isEmptySet())

Completed in 94 milliseconds