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

/external/llvm/include/llvm/Support/
H A DIntegersSubset.h208 const IntType& getHigh() const { function in class:llvm::IntRange
318 if (i->getLow() != i->getHigh()) {
319 FlatCollection.push_back(i->getHigh());
415 const APInt &High = getItem(i).getHigh();
430 const APInt &High = getItem(i).getHigh();
520 r.push_back(R.getHigh().toConstantInt());

Completed in 61 milliseconds