Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp53 struct IntRange { struct
54 APInt Low, High;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14027 struct IntRange { struct
14030 unsigned Width;
14035 bool NonNegative;
14037 IntRange(unsigned Width, bool NonNegative) in IntRange() function
14041 unsigned valueBits() const { in valueBits()
14046 static IntRange forBoolType() { in forBoolType()
14127 static IntRange join(IntRange L, IntRange R) { in join()
14134 static IntRange bit_and(IntRange L, IntRange R) { in bit_and()
14149 static IntRange sum(IntRange L, IntRange R) { in sum()
14168 static IntRange product(IntRange L, IntRange R) { in product()
[all …]