Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 struct IntRange { struct
55 int64_t Low, High;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10924 struct IntRange { struct
10927 unsigned Width;
10932 bool NonNegative;
10934 IntRange(unsigned Width, bool NonNegative) in IntRange() function
10938 unsigned valueBits() const { in valueBits()
10943 static IntRange forBoolType() { in forBoolType()
11024 static IntRange join(IntRange L, IntRange R) { in join()
11031 static IntRange bit_and(IntRange L, IntRange R) { in bit_and()
11046 static IntRange sum(IntRange L, IntRange R) { in sum()
11065 static IntRange product(IntRange L, IntRange R) { in product()
[all …]