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