Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
54 struct IntRange { struct55 int64_t Low, High;
10924 struct IntRange { struct10927 unsigned Width;10932 bool NonNegative;10934 IntRange(unsigned Width, bool NonNegative) in IntRange() function10938 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 …]