Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
53 struct IntRange { struct54 APInt Low, High;
14027 struct IntRange { struct14030 unsigned Width;14035 bool NonNegative;14037 IntRange(unsigned Width, bool NonNegative) in IntRange() function14041 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 …]