Searched refs:SIntMax (Results 1 – 4 of 4) sorted by relevance
70 SIntMax Value::getSIntValue() const { in getSIntValue()76 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth(); in getSIntValue()77 return SIntMax(UIntMax(Val) << ExtraBits) >> ExtraBits; in getSIntValue()110 SIntMax Val = getSIntValue(); in getPositiveIntValue()
32 typedef s128 SIntMax; typedef35 typedef s64 SIntMax;175 SIntMax getSIntValue() const;
165 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()173 SIntMax SInt;
397 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in extractRangeChecksFromCond() local398 End = SIntMax; in extractRangeChecksFromCond()1628 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace() local1658 const SCEV *XMinusSIntMax = SE.getMinusSCEV(X, SIntMax); in computeSafeIterationSpace()