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

/external/llvm/include/llvm/Support/
H A DIntegersSubset.h277 /// IntegersSubsetGeneric - class that implements the subset of integers. It
280 class IntegersSubsetGeneric { class in namespace:llvm
292 typedef IntegersSubsetGeneric<IntTy> self;
305 explicit IntegersSubsetGeneric(const RangesCollectionTy& Links) { function in class:llvm::IntegersSubsetGeneric
328 IntegersSubsetGeneric(const self& RHS) { function in class:llvm::IntegersSubsetGeneric
456 /// IntegersSubset - currently is extension of IntegersSubsetGeneric
458 class IntegersSubset : public IntegersSubsetGeneric<IntItem> {
460 typedef IntegersSubsetGeneric<IntItem> ParentTy;

Completed in 45 milliseconds