Searched refs:SIntMax (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp68 SIntMax Value::getSIntValue() const {
72 // to SIntMax.
74 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth();
75 return SIntMax(UIntMax(Val) << ExtraBits) >> ExtraBits;
108 SIntMax Val = getSIntValue();
H A Dubsan_value.h32 typedef s128 SIntMax; typedef in namespace:__ubsan
35 typedef s64 SIntMax;
175 SIntMax getSIntValue() const;
H A Dubsan_diag.h165 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
173 SIntMax SInt;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp394 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); local
395 End = SIntMax;
1633 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); local
1663 const SCEV *XMinusSIntMax = SE.getMinusSCEV(X, SIntMax);

Completed in 95 milliseconds