Searched refs:SIntMax (Results 1 – 4 of 4) sorted by relevance
68 SIntMax Value::getSIntValue() const { in getSIntValue()74 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth(); in getSIntValue()75 return SIntMax(UIntMax(Val) << ExtraBits) >> ExtraBits; in getSIntValue()108 SIntMax Val = getSIntValue(); in getPositiveIntValue()
32 typedef s128 SIntMax; typedef35 typedef s64 SIntMax;175 SIntMax getSIntValue() const;
145 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}153 SIntMax SInt;
702 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth));733 const SCEV *XMinusSIntMax = SE.getMinusSCEV(X, SIntMax);773 const SCEV *SIntMaxExt = SE.getSignExtendExpr(SIntMax, X->getType());1799 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); computeSafeIterationSpace() local