Home
last modified time | relevance | path

Searched refs:getSIntValue (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_value.h173 SIntMax getSIntValue() const;
183 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()
188 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
Dubsan_value.cc23 SIntMax Value::getSIntValue() const { in getSIntValue() function in Value
63 SIntMax Val = getSIntValue(); in getPositiveIntValue()
Dubsan_diag.cc116 AddArg(V.getSIntValue()); in operator <<()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.h175 SIntMax getSIntValue() const;
185 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()
190 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
Dubsan_value.cpp70 SIntMax Value::getSIntValue() const { in getSIntValue() function in Value
110 SIntMax Val = getSIntValue(); in getPositiveIntValue()
Dubsan_diag.cpp126 AddArg(V.getSIntValue()); in operator <<()