Searched defs:IntPart (Results 1 – 2 of 2) sorted by relevance
387 APSInt IntPart = Val; in toString() local403 APSInt IntPart = (OrigWidth > Scale) ? (Val >> Scale) : APSInt::get(0); in toString() local
1009 struct IntPart { struct1016 static std::optional<IntPart> matchIntPart(Value *V) { in matchIntPart() argument