Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
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()
Dubsan_value.h33 typedef s128 SIntMax; typedef
36 typedef s64 SIntMax;
173 SIntMax getSIntValue() const;
Dubsan_diag.h157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()
165 SIntMax SInt;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp416 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in extractRangeChecksFromCond() local
417 End = SIntMax; in extractRangeChecksFromCond()
1695 const SCEV *SIntMax = SE.getConstant(APInt::getSignedMaxValue(BitWidth)); in computeSafeIterationSpace() local
1725 const SCEV *XMinusSIntMax = SE.getMinusSCEV(X, SIntMax); in computeSafeIterationSpace()