Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 struct IntRange { struct
55 APInt Low, High;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12286 struct IntRange { struct
12289 unsigned Width;
12294 bool NonNegative;
12296 IntRange(unsigned Width, bool NonNegative) in IntRange() function
12300 unsigned valueBits() const { in valueBits()
12305 static IntRange forBoolType() { in forBoolType()
12310 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
12316 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
12364 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
12386 static IntRange join(IntRange L, IntRange R) { in join()
[all …]