Searched defs:IntRange (Results 1 – 3 of 3) sorted by relevance
35 struct IntRange { struct36 int64_t Low, High;
52 struct IntRange { struct53 int64_t Low, High;
6970 struct IntRange { struct6972 unsigned Width;6975 bool NonNegative;6977 IntRange(unsigned Width, bool NonNegative) in IntRange() function6982 static IntRange forBoolType() { in forBoolType()6987 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()6993 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()7030 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()7049 static IntRange join(IntRange L, IntRange R) { in join()7055 static IntRange meet(IntRange L, IntRange R) { in meet()