Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
51 struct IntRange { struct52 APInt Low, High;
10423 struct IntRange { struct10426 unsigned Width;10431 bool NonNegative;10433 IntRange(unsigned Width, bool NonNegative) in IntRange() function10437 unsigned valueBits() const { in valueBits()10442 static IntRange forBoolType() { in forBoolType()10447 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()10453 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()10501 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()10523 static IntRange join(IntRange L, IntRange R) { in join()[all …]