Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h128 bool isSignedIntegerTy() const { in isSignedIntegerTy() function
219 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()
224 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
H A Dubsan_value.cpp69 CHECK(getType().isSignedIntegerTy()); in getSIntValue()
H A Dubsan_handlers.cpp213 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl()
252 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl()
582 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion()
583 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion()
H A Dubsan_diag.cpp123 if (V.getType().isSignedIntegerTy()) in operator <<()