Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp35 struct IntRange { struct
36 int64_t Low, High;
/external/clang/lib/Sema/
DSemaChecking.cpp5584 struct IntRange { struct
5586 unsigned Width;
5589 bool NonNegative;
5591 IntRange(unsigned Width, bool NonNegative) in IntRange() function
5596 static IntRange forBoolType() { in forBoolType()
5601 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
5607 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
5644 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
5663 static IntRange join(IntRange L, IntRange R) { in join()
5669 static IntRange meet(IntRange L, IntRange R) { in meet()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2293 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local