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

/external/llvm/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...]

Completed in 44 milliseconds