Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
53 struct IntRange { struct54 APInt Low, High;
9254 struct IntRange { struct9257 unsigned Width;9262 bool NonNegative;9264 IntRange(unsigned Width, bool NonNegative) in IntRange() function9268 unsigned valueBits() const { in valueBits()9273 static IntRange forBoolType() { in forBoolType()9278 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()9284 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()9332 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()9354 static IntRange join(IntRange L, IntRange R) { in join()[all …]