Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp51 struct IntRange { struct
52 APInt Low, High;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10423 struct IntRange { struct
10426 unsigned Width;
10431 bool NonNegative;
10433 IntRange(unsigned Width, bool NonNegative) in IntRange() function
10437 unsigned valueBits() const { in valueBits()
10442 static IntRange forBoolType() { in forBoolType()
10447 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
10453 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
10501 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
10523 static IntRange join(IntRange L, IntRange R) { in join()
[all …]