Home
last modified time | relevance | path

Searched refs:SIntMax (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.cc23 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()
H A Dubsan_value.h33 typedef s128 SIntMax; typedef
36 typedef s64 SIntMax;
173 SIntMax getSIntValue() const;
H A Dubsan_diag.h166 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()
174 SIntMax SInt;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.cc21 SIntMax Value::getSIntValue() const { in getSIntValue()
27 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth(); in getSIntValue()
28 return SIntMax(Val) << ExtraBits >> ExtraBits; in getSIntValue()
61 SIntMax Val = getSIntValue(); in getPositiveIntValue()
H A Dubsan_value.h31 typedef s128 SIntMax; typedef
34 typedef s64 SIntMax;
171 SIntMax getSIntValue() const;
H A Dubsan_diag.h164 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()
172 SIntMax SInt;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.cpp70 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()
H A Dubsan_value.h32 typedef s128 SIntMax; typedef
35 typedef s64 SIntMax;
175 SIntMax getSIntValue() const;
H A Dubsan_diag.h165 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()
173 SIntMax SInt;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp397 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in extractRangeChecksFromCond() local
398 End = SIntMax; in extractRangeChecksFromCond()
1628 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace() local
1658 const SCEV *XMinusSIntMax = SE.getMinusSCEV(X, SIntMax); in computeSafeIterationSpace()