Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h175 SIntMax getSIntValue() const;
185 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()
190 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
H A Dubsan_value.cpp68 SIntMax Value::getSIntValue() const { in getSIntValue() function in Value
108 SIntMax Val = getSIntValue(); in getPositiveIntValue()
H A Dubsan_diag.cpp124 AddArg(V.getSIntValue()); in operator <<()