Searched refs:SIntMax (Results 1 – 4 of 4) sorted by relevance
68 SIntMax Value::getSIntValue() const { in getSIntValue()73 sizeof(SIntMax) * 8 - getType().getIntegerBitCount(); in getSIntValue()75 return SIntMax(UIntMax(Val) << ExtraBits) >> ExtraBits; in getSIntValue()78 return SIntMax(UIntMax(*reinterpret_cast<s64 *>(Val)) << ExtraBits) >> in getSIntValue()83 return SIntMax(UIntMax(*reinterpret_cast<s128 *>(Val)) << ExtraBits) >> in getSIntValue()111 SIntMax Val = getSIntValue(); in getPositiveIntValue()
32 typedef s128 SIntMax; typedef35 typedef s64 SIntMax;209 SIntMax getSIntValue() const;
145 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}153 SIntMax SInt;
718 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace() local749 const SCEV *XMinusSIntMax = SE.getMinusSCEV(X, SIntMax); in computeSafeIterationSpace()789 const SCEV *SIntMaxExt = SE.getSignExtendExpr(SIntMax, X->getType()); in computeSafeIterationSpace()