Searched refs:IntRange (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DIntegersSubset.h180 class IntRange { class in namespace:llvm
188 typedef IntRange<IntType> self;
191 IntRange() : IsEmpty(true) {} function in class:llvm::IntRange
192 IntRange(const self &RHS) : function in class:llvm::IntRange
195 IntRange(const IntType &C) : function in class:llvm::IntRange
198 IntRange(const IntType &L, const IntType &H) : Low(L), High(H), function in class:llvm::IntRange
352 typedef IntRange<IntTy> Range;
H A DIntegersSubsetMapping.h40 typedef IntRange<IntTy> RangeTy;
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DIntegersSubsetTest.cpp33 typedef IntRange<Int> Range;
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2125 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); local
2127 if (IntTSize * 10 < IntRange * 4)

Completed in 222 milliseconds