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

/external/llvm/lib/IR/
H A DConstantRange.cpp155 /// getSetSize - Return the number of elements in this set.
157 APInt ConstantRange::getSetSize() const { function in class:ConstantRange
310 if (getSetSize().ult(CR.getSetSize()))
325 if (getSetSize().ult(CR.getSetSize()))
341 if (getSetSize().ult(CR.getSetSize()))
556 APInt Spread_X = getSetSize(), Spread_Y = Other.getSetSize();
[all...]

Completed in 72 milliseconds