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.cpp53 struct IntRange { struct
54 APInt Low, High;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9254 struct IntRange { struct
9257 unsigned Width;
9262 bool NonNegative;
9264 IntRange(unsigned Width, bool NonNegative) in IntRange() function
9268 unsigned valueBits() const { in valueBits()
9273 static IntRange forBoolType() { in forBoolType()
9278 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
9284 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
9332 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
9354 static IntRange join(IntRange L, IntRange R) { in join()
[all …]