Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp47 struct IntRange { struct
48 int64_t Low, High;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp9517 struct IntRange { struct
9519 unsigned Width;
9522 bool NonNegative;
9524 IntRange(unsigned Width, bool NonNegative) in IntRange() function
9528 static IntRange forBoolType() { in forBoolType()
9533 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
9539 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
9584 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
9603 static IntRange join(IntRange L, IntRange R) { in join()
9609 static IntRange meet(IntRange L, IntRange R) { in meet()