Searched refs:SIntMax (Results 1 – 3 of 3) sorted by relevance
23 SIntMax Value::getSIntValue() const { in getSIntValue()29 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth(); in getSIntValue()30 return SIntMax(Val) << ExtraBits >> ExtraBits; in getSIntValue()63 SIntMax Val = getSIntValue(); in getPositiveIntValue()
33 typedef s128 SIntMax; typedef36 typedef s64 SIntMax;173 SIntMax getSIntValue() const;
157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()165 SIntMax SInt;