Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
54 struct IntRange { struct55 APInt Low, High;
12286 struct IntRange { struct12289 unsigned Width;12294 bool NonNegative;12296 IntRange(unsigned Width, bool NonNegative) in IntRange() function12300 unsigned valueBits() const { in valueBits()12305 static IntRange forBoolType() { in forBoolType()12310 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()12316 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()12364 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()12386 static IntRange join(IntRange L, IntRange R) { in join()[all …]