Home
last modified time | relevance | path

Searched defs:IntRange (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DIntegersSubset.h191 IntRange() : IsEmpty(true) {} in IntRange() function
192 IntRange(const self &RHS) : in IntRange() function
195 IntRange(const IntType &C) : in IntRange() function
198 IntRange(const IntType &L, const IntType &H) : Low(L), High(H), in IntRange() function
/external/clang/lib/Sema/
DSemaChecking.cpp3838 struct IntRange { struct
3840 unsigned Width;
3843 bool NonNegative;
3845 IntRange(unsigned Width, bool NonNegative) in IntRange() function
3850 static IntRange forBoolType() { in forBoolType()
3855 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
3861 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
3892 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
3909 static IntRange join(IntRange L, IntRange R) { in join()
3915 static IntRange meet(IntRange L, IntRange R) { in meet()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2103 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local